Jon Hall | dac3eae | 2020-06-05 12:04:06 -0700 | [diff] [blame^] | 1 | <PARAMS> |
| 2 | # Sample testcase for physical network: 7 |
| 3 | <testcases>5,6,7,8,15,16,17,18,25,26,27,28,35,36,37,38,45,46,47,48,55,56,57,58,65,66,67,68,75,76,77,78</testcases> |
| 4 | |
| 5 | <GRAPH> |
| 6 | <nodeCluster>Fabric</nodeCluster> |
| 7 | <builds>20</builds> |
| 8 | </GRAPH> |
| 9 | |
| 10 | <SCALE> |
| 11 | <size>3</size> |
| 12 | <max>3</max> |
| 13 | </SCALE> |
| 14 | |
| 15 | <DEPENDENCY> |
| 16 | <useCommonConf>False</useCommonConf> |
| 17 | <useCommonTopo>True</useCommonTopo> |
| 18 | <useBmv2>True</useBmv2> |
| 19 | <bmv2SwitchType>stratum</bmv2SwitchType> |
| 20 | <stratumRoot>~/stratum</stratumRoot> |
| 21 | <topology>trellis_fabric.py</topology> |
| 22 | <lib>routinglib.py,trellislib.py</lib> |
| 23 | </DEPENDENCY> |
| 24 | |
| 25 | <MN_DOCKER> |
| 26 | <args>--privileged --net host --rm -v topo:/topo -v ~/mininet/custom:/root/mininet/custom -v /var/run/openvswitch/:/var/run/openvswitch/ -v /tmp/mn-stratum:/tmp --hostname mn-stratum -v /etc/network/interfaces:/etc/network/interfaces -it -d</args> |
| 27 | <name>trellis_mininet</name> |
| 28 | </MN_DOCKER> |
| 29 | |
| 30 | <ENV> |
| 31 | <cellName>productionCell</cellName> |
| 32 | <cellApps>drivers,segmentrouting,openflow,fpm,netcfghostprovider,drivers.bmv2,pipelines.fabric</cellApps> |
| 33 | </ENV> |
| 34 | |
| 35 | <GIT> |
| 36 | <pull>False</pull> |
| 37 | <branch>master</branch> |
| 38 | </GIT> |
| 39 | |
| 40 | <CTRL> |
| 41 | <port>6653</port> |
| 42 | </CTRL> |
| 43 | |
| 44 | <timers> |
| 45 | <LinkDiscovery>12</LinkDiscovery> |
| 46 | <SwitchDiscovery>12</SwitchDiscovery> |
| 47 | </timers> |
| 48 | |
| 49 | <SLEEP> |
| 50 | <startup>10</startup> |
| 51 | </SLEEP> |
| 52 | |
| 53 | <ALARM> |
| 54 | <minPassPercent>100</minPassPercent> |
| 55 | </ALARM> |
| 56 | </PARAMS> |