@@ -122,33 +122,33 @@ def helperCheckVerboseMismatch(self, test_name, hpss_path, zstash_path=ZSTASH_PA
122122 )
123123 os .chdir (TOP_LEVEL )
124124
125- # def testCheck(self):
126- # self.helperCheck("testCheck", "none")
125+ def testCheck (self ):
126+ self .helperCheck ("testCheck" , "none" )
127127
128- # def testCheckHPSS(self):
129- # self.conditional_hpss_skip()
130- # self.helperCheck("testCheckHPSS", HPSS_ARCHIVE)
128+ def testCheckHPSS (self ):
129+ self .conditional_hpss_skip ()
130+ self .helperCheck ("testCheckHPSS" , HPSS_ARCHIVE )
131131
132- # def testCheckCache(self):
133- # self.helperCheck("testCheckCache", "none", cache="my_cache")
132+ def testCheckCache (self ):
133+ self .helperCheck ("testCheckCache" , "none" , cache = "my_cache" )
134134
135- # def testCheckCacheHPSS(self):
136- # self.conditional_hpss_skip()
137- # self.helperCheck("testCheckCacheHPSS", HPSS_ARCHIVE, cache="my_cache")
135+ def testCheckCacheHPSS (self ):
136+ self .conditional_hpss_skip ()
137+ self .helperCheck ("testCheckCacheHPSS" , HPSS_ARCHIVE , cache = "my_cache" )
138138
139- # def testCheckVerboseMismatch(self):
140- # self.helperCheckVerboseMismatch("testCheckVerboseMismatch", "none")
139+ def testCheckVerboseMismatch (self ):
140+ self .helperCheckVerboseMismatch ("testCheckVerboseMismatch" , "none" )
141141
142- # def testCheckVerboseMismatchHPSS(self):
143- # self.conditional_hpss_skip()
144- # self.helperCheckVerboseMismatch("testCheckVerboseMismatchHPSS", HPSS_ARCHIVE)
142+ def testCheckVerboseMismatchHPSS (self ):
143+ self .conditional_hpss_skip ()
144+ self .helperCheckVerboseMismatch ("testCheckVerboseMismatchHPSS" , HPSS_ARCHIVE )
145145
146- # def testCheckTars(self):
147- # helperCheckTars(self, "testCheckTars", "none")
146+ def testCheckTars (self ):
147+ helperCheckTars (self , "testCheckTars" , "none" )
148148
149- # def testCheckTarsHPSS(self):
150- # self.conditional_hpss_skip()
151- # helperCheckTars(self, "testCheckTarsHPSS", HPSS_ARCHIVE)
149+ def testCheckTarsHPSS (self ):
150+ self .conditional_hpss_skip ()
151+ helperCheckTars (self , "testCheckTarsHPSS" , HPSS_ARCHIVE )
152152
153153 def testCheckKeepTars (self ):
154154 """
0 commit comments