X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NG-RO%2Fosm_ng_ro%2Ftests%2Ftest_ns_thread.py;h=7e4388fcb0871887b0c769d548d5fe8282c21459;hb=refs%2Fchanges%2F89%2F13989%2F4;hp=ad3efe82285b5ae1f1c1ccca0eacf2b71e95b7cd;hpb=afe8df2878ec3367f2a0f51d159bfb562b332e9c;p=osm%2FRO.git diff --git a/NG-RO/osm_ng_ro/tests/test_ns_thread.py b/NG-RO/osm_ng_ro/tests/test_ns_thread.py index ad3efe82..7e4388fc 100644 --- a/NG-RO/osm_ng_ro/tests/test_ns_thread.py +++ b/NG-RO/osm_ng_ro/tests/test_ns_thread.py @@ -1921,12 +1921,16 @@ class TestVimInteractionResize(unittest.TestCase): "params": { "vim_vm_id": "f37b18ef-3caa-4dc9-ab91-15c669b16396", "flavor_dict": "flavor_dict", + "flavor_id": "TASK-nsrs:993166fe-723e-4680-ac4b-b1af2541ae31:flavor.0", }, } }, } + task_depends = { + "TASK-nsrs:993166fe-723e-4680-ac4b-b1af2541ae31:flavor.0": "1" + } task_index = "task_index_1" - result = instance.exec(ro_task, task_index, self.task_depends) + result = instance.exec(ro_task, task_index, task_depends) self.assertEqual(result[0], "DONE") self.assertEqual(result[1].get("vim_status"), "ACTIVE")