blob: 5f0a4368e31c54e7ca41b92acec879f4a11d1664 [file] [log] [blame]
Thomas Vachuskacc0b7d62016-07-12 14:03:11 -07001# Default US MPLS topology recipe
2export OTD=25
3export OTL=140
4export OTH=25
5
6
7# Variables for the pingall scenario.
8export OPALL=600
9
10# Variables for link-up-down-up scenario.
11export OPS=h1
12export OPD=h4
13export OPL1="s4 s7"
Ray Milkeyf16975b2018-05-15 14:14:24 -070014export OPL2="s4 s5"
15
16# Variables for device port up down up scenario.
17export OPSS1="of:0000000000000004"
18export OPSP1="3"
19export OPDS1="of:0000000000000007"
20export OPDP1="3"
21export OPSS2="of:0000000000000005"
22export OPSP2="2"
23export OPDS2="of:0000000000000004"
24export OPDP2="2"
25
Ray Milkeyedb02ce2018-05-17 16:49:45 -070026# Variables for device removal scenario
27export OPSD1="s4"
28export OPSD2="s7"
29
Ray Milkeyf16975b2018-05-15 14:14:24 -070030