ns3 version 3_9_RC3 replaces for 3_9
[nepi.git] / test / testbeds / ns3 / design.py
index cf36c7c..e5f5e31 100755 (executable)
@@ -11,7 +11,7 @@ import uuid
 class Ns3DesignTestCase(unittest.TestCase):
     def test_design_if(self):
         exp_desc = ExperimentDescription()
-        testbed_version = "3_9_RC3"
+        testbed_version = "3_9"
         testbed_id = "ns3"
         provider = FactoriesProvider(testbed_id, testbed_version)
         tstbd_desc = exp_desc.add_testbed_description(provider)