kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 1 | <PARAMS> |
kelvin-onlab | 5c706ff | 2015-07-20 10:56:52 -0700 | [diff] [blame] | 2 | # CASE - Description |
| 3 | # 1 - Variable initialization and optional pull and build ONOS package |
| 4 | # 2 - Install ONOS |
Jon Hall | a3e0243 | 2015-07-24 15:55:42 -0700 | [diff] [blame] | 5 | # 8 - Compare Topology |
kelvin-onlab | 5c706ff | 2015-07-20 10:56:52 -0700 | [diff] [blame] | 6 | # 9 - Report logs |
acsmars | 62acd27 | 2015-09-11 10:07:38 -0700 | [diff] [blame] | 7 | # 10 - Start Mininet with Openflow 1.0 |
| 8 | # 11 - Start Mininet with Openflow 1.3 |
kelvin-onlab | 5c706ff | 2015-07-20 10:56:52 -0700 | [diff] [blame] | 9 | # 12 - Assign switch to controller |
Jeremy Songster | 1f39bf0 | 2016-01-20 17:17:25 -0800 | [diff] [blame] | 10 | # 13 - Create Scapy Components |
| 11 | # 14 - Discover hosts with Mininet Pingall |
Jeremy | 42df2e7 | 2016-02-23 16:37:46 -0800 | [diff] [blame] | 12 | # 15 - Discover hosts with Scapy arping ( only discovers scapy hosts ) |
| 13 | # 16 - Balance ownership of switches |
Jeremy | 6e9748f | 2016-03-25 15:03:39 -0700 | [diff] [blame] | 14 | # 17 - Activate Flow Objectives |
| 15 | # 18 - Stop Mininet |
Jeremy Songster | 17147f2 | 2016-05-31 18:30:52 -0700 | [diff] [blame] | 16 | # 19 - Copy karaf logs from ONOS nodes to TestON log directory |
You Wang | 84f981d | 2018-01-12 16:11:50 -0800 | [diff] [blame] | 17 | # 100 - Connect to physical network and start scapy |
| 18 | # 101 - Stop physical scapy hosts |
kelvin-onlab | 5c706ff | 2015-07-20 10:56:52 -0700 | [diff] [blame] | 19 | # 1000 - Test host intents |
| 20 | # 2000 - Test point intents |
| 21 | # 3000 - Test single to multi point intents |
| 22 | # 4000 - Test multi to single point intents |
acsmars | 62acd27 | 2015-09-11 10:07:38 -0700 | [diff] [blame] | 23 | # 5000 - Test host mobility |
Jeremy | 2f190ca | 2016-01-29 15:23:57 -0800 | [diff] [blame] | 24 | # 6000 - Test Multi Point intent End Point Failure |
You Wang | 84f981d | 2018-01-12 16:11:50 -0800 | [diff] [blame] | 25 | # Sample testcases for physical network: 1,2,100,15,16,1000,2000,3000,4000,6000,101,19 |
| 26 | # Note: set usePortstate to True for tests with physical switches |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 27 | |
Jeremy Songster | 17147f2 | 2016-05-31 18:30:52 -0700 | [diff] [blame] | 28 | <testcases>1,[2,10,12,13,15,16,1000,2000,3000,4000,5000,6000,18,19]*2,[2,10,12,13,15,16,17,1000,2000,3000,4000,5000,6000,18,19]*2,[2,11,12,13,15,16,1000,2000,3000,4000,5000,6000,18,19]*2,[2,11,12,13,15,16,17,1000,2000,3000,4000,5000,6000,18,19]*2</testcases> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 29 | |
Jeremy Ronquillo | 7f8fb57 | 2017-11-14 08:28:41 -0800 | [diff] [blame] | 30 | <GRAPH> |
| 31 | <nodeCluster>VM</nodeCluster> |
| 32 | <builds>20</builds> |
| 33 | </GRAPH> |
| 34 | |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 35 | <SCALE> |
Jeremy | 6e9748f | 2016-03-25 15:03:39 -0700 | [diff] [blame] | 36 | <size>1,3,1,3,1,3,1,3</size> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 37 | </SCALE> |
| 38 | |
| 39 | <DEPENDENCY> |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 40 | <path>/tests/FUNC/FUNCintent/dependencies/</path> |
Shreya Chowdhary | 6fbb96c | 2017-05-02 16:20:19 -0700 | [diff] [blame] | 41 | <filePath>/dependencies/allocations.txt</filePath> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 42 | <wrapper1>startUp</wrapper1> |
| 43 | <wrapper2>FuncIntentFunction</wrapper2> |
Jon Hall | a3e0243 | 2015-07-24 15:55:42 -0700 | [diff] [blame] | 44 | <wrapper3>topo</wrapper3> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 45 | <topology>newFuncTopo.py</topology> |
| 46 | </DEPENDENCY> |
| 47 | |
| 48 | <ENV> |
| 49 | <cellApps>drivers,openflow,proxyarp,mobility</cellApps> |
| 50 | </ENV> |
| 51 | <GIT> |
| 52 | <pull>False</pull> |
| 53 | <branch>master</branch> |
| 54 | </GIT> |
| 55 | |
You Wang | f6574de | 2018-02-09 14:43:47 -0800 | [diff] [blame] | 56 | <TEST> |
| 57 | <usePortstate>False</usePortstate> |
| 58 | </TEST> |
| 59 | |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 60 | <SLEEP> |
| 61 | <startup>15</startup> |
| 62 | <reroute>5</reroute> |
Devin Lim | a4f95bc | 2017-08-11 11:13:03 -0700 | [diff] [blame] | 63 | <removeintent>5</removeintent> |
Jon Hall | f539eb9 | 2017-05-22 17:18:42 -0700 | [diff] [blame] | 64 | <checkintent>5</checkintent> |
kelvin-onlab | 0ad05d1 | 2015-07-23 14:21:15 -0700 | [diff] [blame] | 65 | <fwd>10</fwd> |
acsmars | 62acd27 | 2015-09-11 10:07:38 -0700 | [diff] [blame] | 66 | <topoAttempts>3</topoAttempts> |
Jeremy Songster | 306ed7a | 2016-07-19 10:59:07 -0700 | [diff] [blame] | 67 | <flowDuration>10</flowDuration> |
Devin Lim | a4f95bc | 2017-08-11 11:13:03 -0700 | [diff] [blame] | 68 | <checkConnection>1</checkConnection> # because the scapyCheckConnection itself takes 12 seconds. |
| 69 | <checkFlowCount>5</checkFlowCount> |
Jon Hall | f539eb9 | 2017-05-22 17:18:42 -0700 | [diff] [blame] | 70 | <checkIntentHost>5</checkIntentHost> |
| 71 | <checkIntentPoint>5</checkIntentPoint> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 72 | </SLEEP> |
| 73 | |
Devin Lim | a4f95bc | 2017-08-11 11:13:03 -0700 | [diff] [blame] | 74 | <RETRY> |
| 75 | <generalAttempts>36</generalAttempts> |
| 76 | <middleAttempts>5</middleAttempts> |
| 77 | <minimumAttempts>1</minimumAttempts> |
| 78 | <checkConnectionAtt>15</checkConnectionAtt> # because the scapyCheckConnection itself takes 12 seconds. |
| 79 | <removeIntentAtt>20</removeIntentAtt> |
| 80 | </RETRY> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 81 | <MININET> |
| 82 | <switch>7</switch> |
| 83 | <links>20</links> |
You Wang | f6574de | 2018-02-09 14:43:47 -0800 | [diff] [blame] | 84 | <dpids> |
| 85 | <s4>of:0000000000000004</s4> |
| 86 | <s5>of:0000000000000005</s5> |
| 87 | <s6>of:0000000000000006</s6> |
| 88 | </dpids> |
| 89 | <ports> |
| 90 | <s4> |
| 91 | <s1>1</s1> |
| 92 | <s3>2</s3> |
| 93 | </s4> |
| 94 | <s5> |
| 95 | <s2>10</s2> |
| 96 | </s5> |
| 97 | <s6> |
| 98 | <s2>9</s2> |
| 99 | </s6> |
| 100 | </ports> |
kelvin-onlab | d48a68c | 2015-07-13 16:01:36 -0700 | [diff] [blame] | 101 | </MININET> |
| 102 | |
Jeremy Songster | 1f39bf0 | 2016-01-20 17:17:25 -0800 | [diff] [blame] | 103 | <SCAPY> |
| 104 | <HOSTNAMES>h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12,h13,h14,h15,h16,h17,h18,h19,h20,h21,h22,h23,h24</HOSTNAMES> |
| 105 | </SCAPY> |
| 106 | |
kelvin-onlab | b769f56 | 2015-07-15 17:05:10 -0700 | [diff] [blame] | 107 | # Intent tests params |
| 108 | <SDNIP> |
| 109 | <tcpProto>6</tcpProto> |
Jeremy | 6f000c6 | 2016-02-25 17:02:28 -0800 | [diff] [blame] | 110 | <ipPrototype>6</ipPrototype> |
kelvin-onlab | 58dc39e | 2015-08-06 08:11:09 -0700 | [diff] [blame] | 111 | <srcPort>5001</srcPort> |
| 112 | <dstPort>5001</dstPort> |
kelvin-onlab | b769f56 | 2015-07-15 17:05:10 -0700 | [diff] [blame] | 113 | </SDNIP> |
| 114 | |
Jon Hall | 53c5e66 | 2016-04-13 16:06:56 -0700 | [diff] [blame] | 115 | </PARAMS> |