minor bug fixing
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Sun, 17 Jul 2011 16:48:13 +0000 (18:48 +0200)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Sun, 17 Jul 2011 16:48:13 +0000 (18:48 +0200)
src/nepi/core/execute.py
src/nepi/testbeds/ns3/attributes_metadata.py

index 76d2680..65b2694 100644 (file)
@@ -360,6 +360,7 @@ class ExperimentController(object):
         self._clear_caches()
         
         # update execution xml with execution-specific values
+        # TODO: BUG! BUggy code! cant stand all serializing all attribute values (ej: tun_key which is non ascci)"
         self._update_execute_xml()
         self.persist_execute_xml()
 
index 7cdb5b0..b544e7a 100644 (file)
@@ -2412,7 +2412,8 @@ attributes = dict({
         "value": "WIFI_PHY_STANDARD_80211a",
         "flags": Attribute.ExecReadOnly | \
                 Attribute.ExecImmutable | \
-                Attribute.NoDefaultValue,
+                Attribute.NoDefaultValue |
+                Attribute.Metadata,
         "type": Attribute.ENUM,
         "allowed": wifi_standards.keys(),
         "help": "Wifi PHY standard"