Added unit tests for linux application
[nepi.git] / src / neco / resources / omf / omf_interface.py
index d436635..1bc0fc4 100644 (file)
@@ -35,7 +35,7 @@ class OMFWifiInterface(ResourceManager):
         """Register the attributes of an OMF interface 
 
         """
-        alias = Attribute("alias","Alias of the interface", default_value = "w0")
+        alias = Attribute("alias","Alias of the interface", default = "w0")
         mode = Attribute("mode","Mode of the interface")
         type = Attribute("type","Type of the interface")
         essid = Attribute("essid","Essid of the interface")