From 4fabd9f35b17ca3d22f03a3c5d66afbf83aa064d Mon Sep 17 00:00:00 2001 From: Tyler Gu Date: Tue, 8 Oct 2024 14:03:54 -0500 Subject: [PATCH] Fix integration tests Signed-off-by: Tyler Gu --- test/integration_tests/test_learn.py | 2 -- test/integration_tests/test_semantic_tests.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/integration_tests/test_learn.py b/test/integration_tests/test_learn.py index 317c026256..6195ba37a4 100644 --- a/test/integration_tests/test_learn.py +++ b/test/integration_tests/test_learn.py @@ -37,7 +37,6 @@ def test_statefulset_operator(self): workdir_path=workdir_path, operator_config=config, cluster_runtime="KIND", - preload_images_=None, context_file=context_cache, helper_crd=None, num_workers=1, @@ -47,6 +46,5 @@ def test_statefulset_operator(self): is_reproduce=False, input_model=DeterministicInputModel, apply_testcase_f=apply_testcase, - delta_from=None, focus_fields=config.focus_fields, ) diff --git a/test/integration_tests/test_semantic_tests.py b/test/integration_tests/test_semantic_tests.py index e7331d5bb6..46570f97ed 100644 --- a/test/integration_tests/test_semantic_tests.py +++ b/test/integration_tests/test_semantic_tests.py @@ -85,7 +85,7 @@ def test_rbop_tests(self): custom_module_path=self.config.custom_module, ) - input_model.generate_test_plan(delta_from=None, focus_fields=None) + input_model.generate_test_plan(focus_fields=None) input_model.set_worker_id(0) input_model.set_mode(InputModel.NORMAL)