![Aishwarya Thangappa](/assets/img/avatar_default.png)
(a) Refactored the code to work with the following cases 1. Single node with DVR 2. Single node without DVR 3. Multinode with DVR 4. Multinode without DVR |-------------|-------------------------------------------------------| | | Single Node/ Multinode Tests | | Scenarios |-------------------------------------------------------| | | DVR | DVR+Concurrency | Non DVR | Non DVR+Concurrency | |-------------|-----|-----------------|---------|---------------------| | Vpn Basic | x | x | x | x | | Multi Tenant| x | x | x | x | | Vpn Status | x | x | x | x | |-------------|-----|-----------------|---------|---------------------| (b) Used the paramiko package to execute commands over ssh. (c) Moved the README to devref Depends-On: Id3f199d688d648f4618a6850d094e26ca6bb9a7f Change-Id: I24d5a8435f06014fa9164bef518cac62bbb70ef9
18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"image_name": "^cirros.*-disk$",
|
|
"private_key": "<path-to-private-key-file>",
|
|
"controller_creds": [
|
|
{
|
|
"ip": "x.x.x.x",
|
|
"username": "xxx"
|
|
}
|
|
],
|
|
"compute_creds": [
|
|
{
|
|
"ip": "x.x.x.x",
|
|
"username": "xxx",
|
|
"port": 22
|
|
}
|
|
]
|
|
}
|