merged ex_shutdown into nepi-3-dev
[nepi.git] / test / resources / omf / vlc.py
index eec6a8a..1dd2a5f 100755 (executable)
@@ -39,6 +39,7 @@ class DummyEC(ExperimentController):
 class DummyRM(ResourceManager):
     pass
 
+
 class OMFResourceFactoryTestCase(unittest.TestCase):
 
     def test_creation_phase(self):
@@ -74,7 +75,7 @@ class OMFEachTestCase(unittest.TestCase):
         self.ec.set(self.iface1, 'type', "g")
         self.ec.set(self.iface1, 'essid', "vlcexp")
         self.ec.set(self.iface1, 'ip', "10.0.0.17")
-    
+        
         self.channel = self.ec.register_resource("OMFChannel")
         self.ec.set(self.channel, 'channel', "6")
         self.ec.set(self.channel, 'xmppSlice', "nepi")