rhtyd commented on a change in pull request #2097: [4.11] CLOUDSTACK-9813:
Extending Config Drive support
URL: https://github.com/apache/cloudstack/pull/2097#discussion_r160364847
##########
File path: tools/marvin/marvin/config/test_data.py
##########
@@ -49,6 +49,27 @@
"forvirtualnetwork": "true",
"vlan": "300"
},
+ "publiciprange1": {
+ "gateway": "10.200.100.1",
+ "netmask": "255.255.255.0",
+ "startip": "10.200.100.101",
+ "endip": "10.200.100.105",
+ "forvirtualnetwork": "false"
+ },
+ "publiciprange2": {
+ "gateway": "10.219.1.1",
+ "netmask": "255.255.255.0",
+ "startip": "10.219.1.2",
+ "endip": "10.219.1.5",
+ "forvirtualnetwork": "false"
+ },
+ "publiciprange3": {
+ "gateway": "10.200.100.1",
+ "netmask": "255.255.255.0",
+ "startip": "10.200.100.2",
+ "endip": "10.200.100.20",
+ "forvirtualnetwork": "false"
+ },
Review comment:
@fmaximus can you move the test data to test itself?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services