blob: fc3c44c74cef33a42e406766b5202299fb17235b [file] [log] [blame]
Jon Hall669bc862021-03-09 12:24:44 -08001class SRrollingRestart:
2 def __init__( self ):
3 self.default = ''
4
5 def CASE1( self, main ):
6 main.case("Testing connections")
7 main.persistentSetup = True
8
9 def CASE2( self, main ):
10 """
11 Connect to Pod
12 Perform rolling ONOS failure/recovery test
13 Collect logs and analyze results
14 """
15 pass