AntonySilvester | a1080f2 | 2016-04-26 13:05:57 +0530 | [diff] [blame] | 1 | <PARAMS> |
| 2 | #**** Scripted by Antony Silvester - antony.silvester@huawei.com ****** |
| 3 | #This Test check the bgp_ls functionality |
| 4 | #List of test cases: |
| 5 | #CASE1: Compile ONOS and push it to the test machines |
| 6 | #CASE2: Discovery the topology using BGPLS |
| 7 | #CASE3: Addition of new Node to existing topology |
AntonySilvester | 0265238 | 2016-07-13 16:44:45 +0530 | [diff] [blame] | 8 | #CASE4: Verification of Links thats is discovered" |
| 9 | #CASE5: Deletion of Links |
| 10 | #Case6: Uninstalling the app |
AntonySilvester | a1080f2 | 2016-04-26 13:05:57 +0530 | [diff] [blame] | 11 | |
| 12 | |
AntonySilvester | 0265238 | 2016-07-13 16:44:45 +0530 | [diff] [blame] | 13 | <testcases>1,2,3,4,5,6</testcases> |
AntonySilvester | a1080f2 | 2016-04-26 13:05:57 +0530 | [diff] [blame] | 14 | |
| 15 | <DEPENDENCY> |
AntonySilvester | 0265238 | 2016-07-13 16:44:45 +0530 | [diff] [blame] | 16 | <path>/tests/FUNC/FUNCbgpls/Dependencies/</path> |
AntonySilvester | a1080f2 | 2016-04-26 13:05:57 +0530 | [diff] [blame] | 17 | </DEPENDENCY> |
| 18 | |
| 19 | <ENV> |
| 20 | <cellName>bgp_ls</cellName> |
Jon Hall | 64b1757 | 2017-06-06 09:39:19 -0700 | [diff] [blame] | 21 | <cellApps>drivers,openflow,proxyarp,mobility,pcep-api</cellApps> |
AntonySilvester | a1080f2 | 2016-04-26 13:05:57 +0530 | [diff] [blame] | 22 | </ENV> |
| 23 | |
| 24 | <CTRL> |
| 25 | <ip1>OC1</ip1> |
| 26 | <port1>6653</port1> |
| 27 | </CTRL> |
| 28 | |
| 29 | <HTTP> |
| 30 | <port>8181</port> |
| 31 | <path>/onos/</path> |
| 32 | </HTTP> |
| 33 | |
| 34 | <GIT> |
| 35 | <pull>False</pull> |
| 36 | <branch>master</branch> |
| 37 | </GIT> |
| 38 | |
| 39 | <SCAPY> |
| 40 | <HOSTNAMES>OCN</HOSTNAMES> |
| 41 | </SCAPY> |
| 42 | |
| 43 | |
| 44 | </PARAMS> |