Merge "Added description to package"
[osm/N2VC.git] / tests / integration / test_non_string_parameter.py
index ed3dfc7..e15b790 100644 (file)
@@ -13,9 +13,9 @@ class TestCharm(base.TestN2VC):
     NSD_YAML = """
     nsd:nsd-catalog:
         nsd:
     NSD_YAML = """
     nsd:nsd-catalog:
         nsd:
-        -   id: charmnative-ns
-            name: charmnative-ns
-            short-name: charmnative-ns
+        -   id: nonstring-ns
+            name: nonstring-ns
+            short-name: nonstring-ns
             description: NS with 1 VNFs charmnative-vnf connected by datanet and mgmtnet VLs
             version: '1.0'
             logo: osm.png
             description: NS with 1 VNFs charmnative-vnf connected by datanet and mgmtnet VLs
             version: '1.0'
             logo: osm.png
@@ -139,9 +139,9 @@ class TestCharm(base.TestN2VC):
                     event_loop,
                 )
 
                     event_loop,
                 )
 
-            while self.running():
-                logging.debug("Waiting for test to finish...")
+            while await self.running():
+                print("Waiting for test to finish...")
                 await asyncio.sleep(15)
                 await asyncio.sleep(15)
-            logging.debug("test_charm_native stopped")
-
+            logging.debug("test_charm_non_string_parameter stopped")
+            # assert False
         return 'ok'
         return 'ok'