blob: 89202a5bfd488ac9712facd294f9c07da3e82a99 [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
15 <DEPENDENCY>
AntonySilvester02652382016-07-13 16:44:45 +053016 <path>/tests/FUNC/FUNCbgpls/Dependencies/</path>
AntonySilvestera1080f22016-04-26 13:05:57 +053017 </DEPENDENCY>
18
19 <ENV>
20 <cellName>bgp_ls</cellName>
21 <cellApps>drivers,openflow,proxyarp,mobility</cellApps>
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>