From 9d51c29acfb81ae16c72a1675d7b021d032dbdfb Mon Sep 17 00:00:00 2001 From: yayogev Date: Fri, 11 Aug 2017 00:35:14 +0300 Subject: US2853 rename pnic to host_pnic & switch_pnic fixed clique finder to work with switch-switch link type Change-Id: I4f815f77e6b4ea36669dfb58bb5f5e914fe3e1ac Signed-off-by: yayogev --- app/test/api/responders_test/test_data/clique_types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/test/api/responders_test/test_data/clique_types.py') diff --git a/app/test/api/responders_test/test_data/clique_types.py b/app/test/api/responders_test/test_data/clique_types.py index 0fbe839..ae962ce 100644 --- a/app/test/api/responders_test/test_data/clique_types.py +++ b/app/test/api/responders_test/test_data/clique_types.py @@ -20,13 +20,13 @@ WRONG_FOCAL_POINT_TYPE = base.WRONG_OBJECT_TYPE CORRECT_FOCAL_POINT_POINT_TYPE = base.CORRECT_OBJECT_TYPE WRONG_LINK_TYPE = base.WRONG_LINK_TYPE -NONEXISTENT_LINK_TYPE = "otep-pnic" +NONEXISTENT_LINK_TYPE = "otep-host_pnic" CORRECT_LINK_TYPE = base.CORRECT_LINK_TYPE CLIQUE_TYPES_WITH_SPECIFIC_ID = [ { "environment": "Mirantis-Liberty-API", - "focal_point_type": "pnic", + "focal_point_type": "host_pnic", "id": CORRECT_ID } ] -- cgit 1.2.3-korg