Skip to content

Commit 79a1635

Browse files
authored
Merge pull request #48 from CiscoTestAutomation/tahigash_record
added mock_device
2 parents b3a9300 + 7b21512 commit 79a1635

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

connection/mock_device/cat9500

87 KB
Binary file not shown.

connection/testbed.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
testbed:
2+
name: c9000
3+
4+
devices:
5+
cat9500:
6+
os: iosxe
7+
type: c9500
8+
platform: c9500
9+
credentials:
10+
default:
11+
password: password
12+
username: admin
13+
enable:
14+
password: password
15+
username: admin
16+
connections:
17+
defaults:
18+
class: unicon.Unicon
19+
cli:
20+
protocol: telnet
21+
ip: 172.27.101.31
22+
port: 6052
23+
service_attributes:
24+
execute:
25+
timeout: 600
26+

0 commit comments

Comments
 (0)