summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/samples/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/samples/tests.py')
-rw-r--r--lcm/lcm/samples/tests.py27
1 files changed, 15 insertions, 12 deletions
diff --git a/lcm/lcm/samples/tests.py b/lcm/lcm/samples/tests.py
index e34f6a1f..9c57d84e 100644
--- a/lcm/lcm/samples/tests.py
+++ b/lcm/lcm/samples/tests.py
@@ -166,23 +166,26 @@ inst_res_data = {
"vl_id": "vl_vNat",
"description": "",
"properties": {
- "name": "vNat_big_subnet",
- "network_name": "vNat_big",
+ "connectivity_type": {
+ "layer_protocol": "ipv4"
+ },
+ "vl_profile": {
+ "networkName": "vNat_big",
+ "networkType": "vlan",
+ "physicalNetwork": "physnet1",
+ "segmentationId": "30",
+ "vlanTransparent": False,
+ "cidr": "10.43.38.0/24",
+ "gatewayIp": "10.43.38.1",
+ "dhcpEnabled": False,
+ "startIp": "10.43.38.2",
+ "endIp": "10.43.38.254"
+ },
"is_predefined": False,
"vendor": "zte",
"netmask": "255.255.255.0",
"mtu": 1500,
- "network_type": "vlan",
- "physical_network": "physnet1",
- "segmentation_id": "30",
- "vlan_transparent": False,
"vds_name": "vds1",
- "cidr": "10.43.38.0/24",
- "ip_version": 4,
- "gateway_ip": "10.43.38.1",
- "dhcp_enabled": False,
- "start_ip": "10.43.38.2",
- "end_ip": "10.43.38.254",
"host_routes": [
{
"destination": "10.43.26.0/24",