aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/api/responders_test/test_data/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/api/responders_test/test_data/base.py')
-rw-r--r--app/test/api/responders_test/test_data/base.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/app/test/api/responders_test/test_data/base.py b/app/test/api/responders_test/test_data/base.py
index 1e85800..3dbd6f4 100644
--- a/app/test/api/responders_test/test_data/base.py
+++ b/app/test/api/responders_test/test_data/base.py
@@ -70,14 +70,14 @@ CONSTANTS_BY_NAMES = {
"link_types": [
"instance-vnic",
"otep-vconnector",
- "otep-pnic",
- "pnic-network",
+ "otep-host_pnic",
+ "host_pnic-network",
"vedge-otep",
"vnic-vconnector",
- "vconnector-pnic",
+ "vconnector-host_pnic",
"vconnector-vedge",
"vnic-vedge",
- "vedge-pnic",
+ "vedge-host_pnic",
"vservice-vnic"
],
"link_states": [
@@ -134,11 +134,13 @@ CONSTANTS_BY_NAMES = {
"vedge",
"instance",
"vservice",
- "pnic",
+ "host_pnic",
"network",
"port",
"otep",
- "agent"
+ "agent",
+ "switch_pnic",
+ "switch"
],
"env_types": [
"development",