diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-08-12 14:51:28 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-08-12 15:02:57 +0300 |
commit | 4a4dcc5185f8ba5a28c7f9fef509f32c0c2389e6 (patch) | |
tree | 23e55ee7e1ad9b91bcc3ef1dbe1fb7b183f8b2b6 /vid-automation/src/main/resources/changeManagement/withoutRequestParameters.csv | |
parent | 661a24fd57de02869a9771761e0fcba7eb77d121 (diff) |
vid-automation selenium tests
Change-Id: I6c1b0a0cf3bbfa4314c81f0cc72507db805ec632
Issue-ID: VID-281
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
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 +,,,,, |