X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tests%2Fintegration%2Ftest_non_string_parameter.py;h=e15b7907ad3d206837addec74e254c67c0115335;hp=b93dfed62c8a43cc59f3dabde3424b546c5a6a52;hb=2d413435b8530cf7b2c8e49cf8cf157679e72432;hpb=caf6efba68120623038efc361cf46e1f60de452b diff --git a/tests/integration/test_non_string_parameter.py b/tests/integration/test_non_string_parameter.py index b93dfed..e15b790 100644 --- a/tests/integration/test_non_string_parameter.py +++ b/tests/integration/test_non_string_parameter.py @@ -13,9 +13,9 @@ class TestCharm(base.TestN2VC): 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 @@ -143,5 +143,5 @@ class TestCharm(base.TestN2VC): print("Waiting for test to finish...") await asyncio.sleep(15) logging.debug("test_charm_non_string_parameter stopped") - + # assert False return 'ok'