blob: 1e5474be8656731cb44e39845d8aa7aa05d286a0 [file] [log] [blame]
AntonySilvestera1080f22016-04-26 13:05:57 +05301<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
AntonySilvester02652382016-07-13 16:44:45 +05308#CASE4: Verification of Links thats is discovered"
9#CASE5: Deletion of Links
10#Case6: Uninstalling the app
AntonySilvestera1080f22016-04-26 13:05:57 +053011
12
AntonySilvester02652382016-07-13 16:44:45 +053013 <testcases>1,2,3,4,5,6</testcases>
AntonySilvestera1080f22016-04-26 13:05:57 +053014
Jeremy Ronquillo7f8fb572017-11-14 08:28:41 -080015 <GRAPH>
16 <nodeCluster>BM</nodeCluster>
17 <builds>20</builds>
18 </GRAPH>
19
AntonySilvestera1080f22016-04-26 13:05:57 +053020 <DEPENDENCY>
AntonySilvester02652382016-07-13 16:44:45 +053021 <path>/tests/FUNC/FUNCbgpls/Dependencies/</path>
AntonySilvestera1080f22016-04-26 13:05:57 +053022 </DEPENDENCY>
23
24 <ENV>
25 <cellName>bgp_ls</cellName>
Jon Hall64b17572017-06-06 09:39:19 -070026 <cellApps>drivers,openflow,proxyarp,mobility,pcep-api</cellApps>
AntonySilvestera1080f22016-04-26 13:05:57 +053027 </ENV>
28
29 <CTRL>
30 <ip1>OC1</ip1>
31 <port1>6653</port1>
32 </CTRL>
33
34 <HTTP>
35 <port>8181</port>
36 <path>/onos/</path>
37 </HTTP>
38
39 <GIT>
40 <pull>False</pull>
41 <branch>master</branch>
42 </GIT>
43
44 <SCAPY>
45 <HOSTNAMES>OCN</HOSTNAMES>
46 </SCAPY>
47
48
49</PARAMS>