updating ips to be in TEST-NET-1 block https://tools.ietf.org/html/rfc5737
Closes #590 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/042dc564 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/042dc564 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/042dc564 Branch: refs/heads/trunk Commit: 042dc564db34a3ed8f1412562fad1610e8eb4f03 Parents: 8b7e912 Author: Kyle Long <[email protected]> Authored: Wed Sep 30 12:36:12 2015 -0500 Committer: Tomaz Muraus <[email protected]> Committed: Fri Oct 2 20:56:57 2015 +0200 ---------------------------------------------------------------------- .../ec2/run_instances_with_subnet_and_security_group.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/042dc564/libcloud/test/compute/fixtures/ec2/run_instances_with_subnet_and_security_group.xml ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/fixtures/ec2/run_instances_with_subnet_and_security_group.xml b/libcloud/test/compute/fixtures/ec2/run_instances_with_subnet_and_security_group.xml index 5ebb5fd..b43bea9 100644 --- a/libcloud/test/compute/fixtures/ec2/run_instances_with_subnet_and_security_group.xml +++ b/libcloud/test/compute/fixtures/ec2/run_instances_with_subnet_and_security_group.xml @@ -12,7 +12,7 @@ <code>0</code> <name>pending</name> </instanceState> - <privateDnsName>ip-192-168-79-96.us-east-1.compute.internal</privateDnsName> + <privateDnsName>ip-192-0-2-5.us-east-1.compute.internal</privateDnsName> <dnsName/> <reason/> <amiLaunchIndex>0</amiLaunchIndex> @@ -30,7 +30,7 @@ </monitoring> <subnetId>subnet-11111111</subnetId> <vpcId>vpc-11111111</vpcId> - <privateIpAddress>192.168.79.96</privateIpAddress> + <privateIpAddress>192.0.2.5</privateIpAddress> <sourceDestCheck>true</sourceDestCheck> <groupSet> <item> @@ -58,7 +58,7 @@ <ownerId>111111111111</ownerId> <status>in-use</status> <macAddress>06:ea:24:17:f7:77</macAddress> - <privateIpAddress>192.168.79.96</privateIpAddress> + <privateIpAddress>192.0.2.5</privateIpAddress> <sourceDestCheck>true</sourceDestCheck> <groupSet> <item> @@ -75,7 +75,7 @@ </attachment> <privateIpAddressesSet> <item> - <privateIpAddress>192.168.79.96</privateIpAddress> + <privateIpAddress>192.0.2.5</privateIpAddress> <primary>true</primary> </item> </privateIpAddressesSet>
