Fixed minor bug when editing sdn-controller. Modified test_RO.py according to openman...
[osm/RO.git] / test / test_RO.py
index dd69c2a..f5194ac 100755 (executable)
@@ -56,7 +56,7 @@ def check_instance_scenario_active(uuid):
 
     for net in instance['nets']:
         status = net['status']
-        if status != 'BUILD':
+        if status != 'ACTIVE':
             return (False, status)
 
     for vnf in instance['vnfs']: