Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: tiffanyn108 <[email protected]>
  • Loading branch information
tiffanyn108 committed Nov 16, 2023
1 parent 202ec38 commit 1915f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manage/mcg/test_endpoint_autoscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_scaling_under_load(self, mcg_job_factory):
wait_time = 30
job_list = list()
while endpoint_cnt < self.MAX_ENDPOINT_COUNT:
exec(f"job{job_cnt} = mcg_job_factory(custom_options=options)")
exec(f"job{job_cnt} = mcg_job_factory(custom_options=self.options)")
job_list.append(f"job{job_cnt}")
time.sleep(wait_time)
endpoint_cnt = get_endpoint_pod_count(config.ENV_DATA["cluster_namespace"])
Expand Down

0 comments on commit 1915f77

Please sign in to comment.