diff options
author | Gamboa, Gilbert <gilbert.g.gamboa@att.com> | 2019-12-11 14:34:36 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2019-12-11 14:34:37 -0500 |
commit | 5c530641ef9b5ac7655e95007956d1b064b0eb1a (patch) | |
tree | cd2b4209a0b35e22198904d21559d55b0e7d4cbf /so-simulator/src/main/resources/openstack | |
parent | 02c068ce771ee4522936f2d15f41c2b631e965a8 (diff) |
Updated simulator test files
Updated simulator test files with different values
Issue-ID: SO-2566
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I4fda3a551e5d3afd520000a57bef5f732201be99
Diffstat (limited to 'so-simulator/src/main/resources/openstack')
-rw-r--r-- | so-simulator/src/main/resources/openstack/gr_api/GetNeutronNetwork2.json | 4 | ||||
-rw-r--r-- | so-simulator/src/main/resources/openstack/gr_api/GetNovaServer.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/so-simulator/src/main/resources/openstack/gr_api/GetNeutronNetwork2.json b/so-simulator/src/main/resources/openstack/gr_api/GetNeutronNetwork2.json index c66fecb8cd..725c896b8d 100644 --- a/so-simulator/src/main/resources/openstack/gr_api/GetNeutronNetwork2.json +++ b/so-simulator/src/main/resources/openstack/gr_api/GetNeutronNetwork2.json @@ -43,10 +43,10 @@ "port_filter": false, "vlan": "181" }, - "binding:vnic_type": "direct", + "binding:vnic_type": "normal", "binding:vif_type": "hw_veb", "mac_address": "fa:16:3e:0c:29:94", "project_id": "872f331350c54e59991a8de2cbffb40c", "created_at": "2019-02-11T19:11:39Z" } -}
\ No newline at end of file +} diff --git a/so-simulator/src/main/resources/openstack/gr_api/GetNovaServer.json b/so-simulator/src/main/resources/openstack/gr_api/GetNovaServer.json index 82158772e4..622bf8e3ef 100644 --- a/so-simulator/src/main/resources/openstack/gr_api/GetNovaServer.json +++ b/so-simulator/src/main/resources/openstack/gr_api/GetNovaServer.json @@ -62,7 +62,7 @@ "status": "ACTIVE", "updated": "2019-02-11T19:12:46Z", "hostId": "50197c55fc934e7b3947e17db762f0839320f94983df774d84991ad2", - "OS-EXT-SRV-ATTR:host": "rdm52r19c001", + "OS-EXT-SRV-ATTR:host": "test", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "test.com", @@ -72,4 +72,4 @@ "os-extended-volumes:volumes_attached": [], "config_drive": "True" } -}
\ No newline at end of file +} |