X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_pla%2Ftest%2Ftest_nsPlacementDataFactory.py;fp=osm_pla%2Ftest%2Ftest_nsPlacementDataFactory.py;h=b7075c308985b8dbb05441e886727c0fa46bcd04;hb=9bd1ee2d3893c1450b3650ead9e71b5e01d0883f;hp=dbb8572f34b9c5078f861082d32ab36447ca1521;hpb=b911fa5b36f99a951c7bc26879cd919320175069;p=osm%2FPLA.git diff --git a/osm_pla/test/test_nsPlacementDataFactory.py b/osm_pla/test/test_nsPlacementDataFactory.py index dbb8572..b7075c3 100644 --- a/osm_pla/test/test_nsPlacementDataFactory.py +++ b/osm_pla/test/test_nsPlacementDataFactory.py @@ -319,7 +319,8 @@ class TestNsPlacementDataFactory(TestCase): def _adjust_path(self, file): """In case we are not running from test directory, - then assume we are in top level directory (e.g. running from tox) and adjust file path accordingly""" + then assume we are in top level directory (e.g. running from tox) and adjust file path accordingly + """ path_component = "/osm_pla/test/" real_path = os.path.realpath(file) if path_component not in real_path: @@ -747,7 +748,6 @@ class TestNsPlacementDataFactory(TestCase): ) def test__produce_vld_desc_w_instantiate_override(self): - vld_desc_expected = [ {"cp_refs": ["one", "two"], "latency": 150, "jitter": 30}, {"cp_refs": ["two", "three"], "latency": 90, "jitter": 30},