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/scan/test_data/scanner.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/test/scan/test_data/scanner.py') diff --git a/app/test/scan/test_data/scanner.py b/app/test/scan/test_data/scanner.py index ebdee06..36c2033 100644 --- a/app/test/scan/test_data/scanner.py +++ b/app/test/scan/test_data/scanner.py @@ -19,14 +19,14 @@ METADATA = { } TYPE_TO_FETCH = { - "type": "pnic", + "type": "host_pnic", "fetcher": "CliFetchHostPnicsVpp", "environment_condition": {"mechanism_drivers": "OVS"}, "children_scanner": "ScanOteps" } TYPE_TO_FETCH_WITH_WRONG_ENVIRONMENT_CONDITION = { - "type": "pnic", + "type": "host_pnic", "fetcher": "CliFetchHostPnicsVpp", "environment_condition": {"mechanism_drivers": "VPP"}, "children_scanner": "ScanOteps" @@ -39,7 +39,7 @@ TYPE_TO_FETCH_WITH_ERROR_VALUE = { } TYPE_TO_FETCH_WITHOUT_ENV_CON = { - "type": "pnic", + "type": "host_pnic", "fetcher": "CliFetchHostPnicsVpp", "children_scanner": "ScanOteps" } @@ -131,14 +131,14 @@ CONFIGURATIONS = { } TYPES_TO_FETCHES_FOR_PNIC = { - "type": "pnic", + "type": "host_pnic", "fetcher": "CliFetchHostPnicsVpp", "environment_condition": {"mechanism_drivers": "VPP"}, "children_scanner": "ScanOteps" } TYPES_TO_FETCHES_FOR_PNIC_WITHOUT_ENV_CON = { - "type": "pnic", + "type": "host_pnic", "fetcher": "CliFetchHostPnicsVpp", "children_scanner": "ScanOteps" } -- cgit 1.2.3-korg