This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +197
-219
lines changed Expand file tree Collapse file tree 2 files changed +197
-219
lines changed Original file line number Diff line number Diff line change @@ -1313,28 +1313,6 @@ def check_jobs(
13131313 if not result :
13141314 raise Exception ("jobs failed" )
13151315
1316- def check_repros (
1317- self ,
1318- test_id : UUID ,
1319- * ,
1320- endpoint : Optional [str ],
1321- client_id : Optional [str ],
1322- client_secret : Optional [str ],
1323- authority : Optional [str ] = None ,
1324- job_ids : List [UUID ] = [],
1325- ) -> None :
1326- self .onefuzz .__setup__ (
1327- endpoint = endpoint ,
1328- client_id = client_id ,
1329- client_secret = client_secret ,
1330- authority = authority ,
1331- )
1332- tester = TestOnefuzz (self .onefuzz , self .logger , test_id )
1333- launch_result , repros = tester .launch_repro (job_ids = job_ids )
1334- result = tester .check_repro (repros )
1335- if not (result and launch_result ):
1336- raise Exception ("repros failed" )
1337-
13381316 def setup (
13391317 self ,
13401318 * ,
@@ -1465,18 +1443,6 @@ def check_results(
14651443 job_ids = job_ids ,
14661444 )
14671445
1468- if skip_repro :
1469- self .logger .warning ("not testing crash repro" )
1470- else :
1471- self .check_repros (
1472- test_id ,
1473- endpoint = endpoint ,
1474- authority = authority ,
1475- client_id = client_id ,
1476- client_secret = client_secret ,
1477- job_ids = job_ids ,
1478- )
1479-
14801446 def test_unmanaged (
14811447 self ,
14821448 samples : Directory ,
You can’t perform that action at this time.
0 commit comments