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/cliques.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/test/api/responders_test/test_data/cliques.py') diff --git a/app/test/api/responders_test/test_data/cliques.py b/app/test/api/responders_test/test_data/cliques.py index e1995cd..314de20 100644 --- a/app/test/api/responders_test/test_data/cliques.py +++ b/app/test/api/responders_test/test_data/cliques.py @@ -94,7 +94,7 @@ CLIQUES_WITH_SPECIFIC_LINK_TYPE = [ } ], "environment": "Mirantis-Liberty-API", - "focal_point_type": "pnic", + "focal_point_type": "host_pnic", "id": "576c119a3f4173144c7a75c7" } ] @@ -124,7 +124,7 @@ CLIQUES_WITH_SPECIFIC_LINK_ID = [ } ], "environment": "Mirantis-Liberty-API", - "focal_point_type": "pnic", + "focal_point_type": "host_pnic", "id": "576c119a3f4173144c7a75c7" } ] @@ -161,7 +161,7 @@ CLIQUES = [{ } ], "environment": "Miratis-Liberty-API", - "focal_point_type": "pnic", + "focal_point_type": "host_pnic", "id": "576c119a3f4173144c7a75c6" } ] -- cgit 1.2.3-korg