blob: b5662547e0f3535bf97e7c9fd66ce71565f07e7f [file] [log] [blame]
Jon Hall669bc862021-03-09 12:24:44 -08001class SRstratumRestart:
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 Stratum agent failure/recovery test
13 Collect logs and analyze results
14 """
15 pass