blob: 34dba4819490ddb172f21e09c5738cce8fcb4f84 [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
8#CASE4: Deletion of Node
9#Case5: Uninstalling the app
10
11
12 <testcases>1,2,3,4,5</testcases>
13
14 <DEPENDENCY>
15 <path>/tests/FUNCbgpls/Dependencies/</path>
16 </DEPENDENCY>
17
18 <ENV>
19 <cellName>bgp_ls</cellName>
20 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
21 </ENV>
22
23 <CTRL>
24 <ip1>OC1</ip1>
25 <port1>6653</port1>
26 </CTRL>
27
28 <HTTP>
29 <port>8181</port>
30 <path>/onos/</path>
31 </HTTP>
32
33 <GIT>
34 <pull>False</pull>
35 <branch>master</branch>
36 </GIT>
37
38 <SCAPY>
39 <HOSTNAMES>OCN</HOSTNAMES>
40 </SCAPY>
41
42
43</PARAMS>