blob: def2a8913cde532b4a0605340bf06d4beb729108 [file] [log] [blame]
andrewonlab4a5c4472014-10-09 12:11:41 -04001
2#Testing the basic functionality of ONOS Next
3#For sanity and driver functionality excercises only.
4
5class ONOSNextTest:
6 def __init__(self):
7 self.default = ''
8
9 def CASE1(self, main):
10 '''
11 Startup sequence:
12 git pull
13 mvn clean install
14 onos-package
15 cell <name>
16 onos-verify-cell
17 onos-install -f
18 onos-wait-for-start
19 '''
20
21