diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2018-08-12 12:20:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-12 12:20:55 +0000 |
commit | 91b057331b92ecf7f3c2d495681b05295dc8346c (patch) | |
tree | 0ce3f821ada8ad518784f7f9869db4b537ba3237 /vid-automation/src/main/resources/changeManagement/withoutRequestParameters.csv | |
parent | 9152b2ae03c4751b492a219993d85d522c58b383 (diff) | |
parent | 4a4dcc5185f8ba5a28c7f9fef509f32c0c2389e6 (diff) |
Merge "vid-automation selenium tests"
Diffstat (limited to 'vid-automation/src/main/resources/changeManagement/withoutRequestParameters.csv')
-rw-r--r-- | vid-automation/src/main/resources/changeManagement/withoutRequestParameters.csv | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vid-automation/src/main/resources/changeManagement/withoutRequestParameters.csv b/vid-automation/src/main/resources/changeManagement/withoutRequestParameters.csv new file mode 100644 index 000000000..5f300c9b9 --- /dev/null +++ b/vid-automation/src/main/resources/changeManagement/withoutRequestParameters.csv @@ -0,0 +1,32 @@ +payload,configuration,,,configuration-string," <configuration xmlns=""http://xml.juniper.net/xnm/1.1/xnm"" + xmlns:a=""http://xml.juniper.net/junos/15.1X49/junos"" > + <version>15.1X49-D50.3</version> + <groups> + <name>node0</name> + <system> + <host-name>$node0_hostname</host-name> + <backup-router> + <address>$node0_backup_router_address</address> + <destination>0.0.0.0/0</destination> + </backup-router> + </system> + </groups> + </configuration>" +payload,configuration,,,configuration-json,"{ + ""version"": ""15.1X49-D50.3"", + ""groups"": { + ""name"": ""node0"", + ""system"": { + ""host-name"": ""$node0_hostname"", + ""backup-router"": { + ""address"": ""$node0_backup_router_address"", + ""destination"": ""0.0.0.0/0"" + } + } + } +}" +,,,,, +payload,configuration-parameters,,,node0_hostname,dbtx0001vm001 +payload,configuration-parameters,,,node0_backup_router_address,135.25.69.33 +payload,configuration-parameters,,,node0_tacplus_server_name1,134.85.215.181 +,,,,, |