File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
tests/platform-integration/tc Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ message : |
3+ Test TC functionality on containerlab links
4+
5+ provider : clab
6+
7+ groups :
8+ _auto_create : True
9+ hosts :
10+ members : [ h1, h2 ]
11+ device : linux
12+
13+ links :
14+ - interfaces : [ h1, h2 ]
15+ tc.delay : 200
16+
17+ validate :
18+ ping :
19+ nodes : [ h1 ]
20+ devices : [ linux ]
21+ exec : ping h2 -c 3
22+ valid : >-
23+ "40" in stdout
Original file line number Diff line number Diff line change 1+ ---
2+ message : |
3+ Test TC functionality on libvirt links
4+
5+ provider : libvirt
6+
7+ groups :
8+ _auto_create : True
9+ hosts :
10+ members : [ h1, h2 ]
11+ device : linux
12+
13+ links :
14+ - interfaces : [ h1, h2 ]
15+ tc.delay : 200
16+
17+ validate :
18+ ping :
19+ nodes : [ h1 ]
20+ devices : [ linux ]
21+ exec : ping h2 -c 3
22+ valid : >-
23+ "40" in stdout
You can’t perform that action at this time.
0 commit comments