diff options
author | pmikus <pmikus@cisco.com> | 2016-10-06 10:44:15 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-10-14 18:08:02 +0000 |
commit | 61b9af12c182d40cbeede66c2c9ec52c616fab03 (patch) | |
tree | 6e297ce540d9247382d15f617b0a3a050dac8b1b /topologies/available/lf_testbed3.yaml | |
parent | 909f20348b5aac1207678d1c0af8bbfa50f716c6 (diff) |
CSIT-351: Testing Ubuntu 16.04.1 changes
- Update the repository to get xenial packages
- Update phy topology files with new pass
- Update bootstrap to use new VIRL image
- Update framework to reflect 16.04 dependencies
- CSIT-116: Modify VIRL username/password
Change-Id: I4de44755170fd0481acef34c7c2d9c299bc300da
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'topologies/available/lf_testbed3.yaml')
-rw-r--r-- | topologies/available/lf_testbed3.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/topologies/available/lf_testbed3.yaml b/topologies/available/lf_testbed3.yaml index bae6697717..839e9433a1 100644 --- a/topologies/available/lf_testbed3.yaml +++ b/topologies/available/lf_testbed3.yaml @@ -13,7 +13,7 @@ nodes: host: "10.30.51.24" port: 22 username: testuser - password: Cisco1234 + password: Csit1234 interfaces: port1: # t3-tg1-c1/p1 - 40GE port1 on Intel NIC xl710 2p40GE. @@ -104,7 +104,7 @@ nodes: host: "10.30.51.25" port: 22 username: testuser - password: Cisco1234 + password: Csit1234 interfaces: port1: # t3-sut1-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE. @@ -173,7 +173,7 @@ nodes: host: "10.30.51.26" port: 22 username: testuser - password: Cisco1234 + password: Csit1234 interfaces: port1: # t3-sut3-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE. |