Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / ping.py
index 68098cd..544e66b 100644 (file)
@@ -26,7 +26,7 @@ import os
 
 @clsinit_copy
 class LinuxPing(LinuxApplication):
-    _rtype = "LinuxPing"
+    _rtype = "linux::Ping"
 
     @classmethod
     def _register_attributes(cls):