Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Oct 27, 2023
1 parent d6aa736 commit 53342c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/tests/agent_cgroups/agent_cpu_quota.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, context: AgentVmTestContext):

def run(self):
log.info("=====Validating agent cpu quota checks")
self._run_remote_test("agent_cpu_quota-check_agent_cpu_quota.py", use_sudo=True)
self._run_remote_test(self._ssh_client, "agent_cpu_quota-check_agent_cpu_quota.py", use_sudo=True)
log.info("Successfully Verified that agent running in expected CPU quotas")

def get_ignore_error_rules(self) -> List[Dict[str, Any]]:
Expand Down

0 comments on commit 53342c3

Please sign in to comment.