Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / ns3 / ns3pingdceapplication.py
index 99003ed..526619b 100644 (file)
@@ -23,7 +23,7 @@ from nepi.resources.linux.ns3.ns3dceapplication import LinuxNS3DceApplication
 
 @clsinit_copy
 class LinuxDcePing(LinuxNS3DceApplication):
-    _rtype = "ns3::LinuxDcePing"
+    _rtype = "linux::ns3::dce::Ping"
 
     @classmethod
     def _register_attributes(cls):