blob: 4ab2cc68787067508161a1c8560d4e01102c2ffd [file] [log] [blame]
Devin Lim3ebd5e72017-11-14 10:38:00 -08001Summary:
2 This test is checking the functionality of onos-form-cluster.
3 It will first run 7 single node of ONOS and check the number of the node and app.
4 Since it is single node, each of them should have 1 node.
5 Then, it will form 7 clusters to the ONOS and re-check the number of the nodes, status of nodes,
6 and app.
7 This time, it should have 7 nodes and installing app from one node should affect the other nodes.
8 The status of the Nodes should be "READY"
9 Lastly, it will run the Mininet with controllers of 7 nodes to pingall and compare topology
10 of ONOS and Mininet.
11
12Required:
13 Since it is fixed with 7 nodes, test will be forced to exit unless it has 7 clusters.