suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 1 | <PARAMS> |
| 2 | <!-- |
| 3 | CASE0: pull onos code - this case should be skipped on Jenkins-driven prod test |
| 4 | --> |
| 5 | <!-- |
| 6 | CASE1: setup and clean test env |
| 7 | --> |
| 8 | <!-- |
| 9 | CASE2: get onos warnings, errors from log |
| 10 | --> |
| 11 | <!-- |
| 12 | CASE10: start a 1-node ONOS |
| 13 | --> |
| 14 | <!-- |
| 15 | CASE11: Start Mininet and assign controllers |
| 16 | --> |
| 17 | <!-- |
| 18 | CASE12: Sample case of using onos cli |
| 19 | --> |
| 20 | <!-- |
| 21 | CASE22: Sample case of using onos rest |
| 22 | --> |
| 23 | |
| 24 | <testcases>0,1,10,11,12,22,2</testcases> |
| 25 | |
| 26 | <CASE0> |
| 27 | <gitPull>False</gitPull> # False or True |
| 28 | <gitBranch>master</gitBranch> |
| 29 | </CASE0> |
| 30 | |
| 31 | <CASE1> |
| 32 | <NodeList>OC1,OC2,OC3</NodeList> |
| 33 | <SleepTimers> |
| 34 | <onosStartup>60</onosStartup> |
| 35 | <onosCfg>5</onosCfg> |
| 36 | <mnStartup>15</mnStartup> |
| 37 | <mnCfg>10</mnCfg> |
| 38 | </SleepTimers> |
| 39 | </CASE1> |
| 40 | |
| 41 | <CASE10> |
| 42 | <numNodes>1</numNodes> |
| 43 | <Apps> |
| 44 | org.onosproject.openflow,org.onosproject.fwd |
| 45 | </Apps> |
| 46 | <ONOS_Configuration> |
| 47 | <org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 48 | <useFlowObjectives>true</useFlowObjectives> |
| 49 | </org.onosproject.net.intent.impl.compiler.IntentConfigurableRegistrator> |
| 50 | </ONOS_Configuration> |
| 51 | </CASE10> |
| 52 | |
| 53 | <CASE11> |
suibin zhang | 5f47408 | 2016-05-23 14:01:29 -0700 | [diff] [blame] | 54 | <path>~/OnosSystemTest/TestON/tests/SAMP/SAMPstartTemplate2_1node/Dependency/</path> |
suibin zhang | c969ddd | 2016-05-23 12:01:52 -0700 | [diff] [blame] | 55 | <topo>newFuncTopo.py</topo> |
| 56 | </CASE11> |
| 57 | |
| 58 | <CASE12> |
| 59 | </CASE12> |
| 60 | |
| 61 | <CASE22> |
| 62 | </CASE22> |
| 63 | |
| 64 | </PARAMS> |