-
Notifications
You must be signed in to change notification settings - Fork 0
/
broken-tb.yaml
63 lines (63 loc) · 1.39 KB
/
broken-tb.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
devices:
csr1000v-1:
connections:
a:
command: mock_device_cli --os iosxe --mock_data_dir mock_data/broken/iosxe --state connect
arguments:
init_exec_commands: []
init_config_commands: []
defaults:
class: unicon.Unicon
credentials:
default:
password: cisco
username: admin
os: iosxe
platform: csr1000v
type: router
nx-osv-1:
connections:
a:
command: mock_device_cli --os nxos --mock_data_dir mock_data/broken/nxos --state connect
arguments:
init_exec_commands: []
init_config_commands: []
defaults:
class: unicon.Unicon
credentials:
default:
password: admin
username: admin
os: nxos
type: switch
testbed:
name: DevNet Workshop Lab - Introduction to pyATS
topology:
csr1000v-1:
interfaces:
GigabitEthernet1:
link: l0
type: ethernet
GigabitEthernet2:
link: l1
type: ethernet
GigabitEthernet3:
type: ethernet
GigabitEthernet4:
type: ethernet
Loopback0:
type: loopback
nx-osv-1:
interfaces:
Ethernet2/1:
link: l0
type: ethernet
Ethernet2/2:
link: l1
type: ethernet
Ethernet2/3:
type: ethernet
Loopback0:
type: loopback
mgmt0:
type: ethernet