Azure / WALinuxAgent

Microsoft Azure Linux Guest Agent
http://azure.microsoft.com/
Apache License 2.0
537 stars 373 forks source link

minor fixes in e2e tests ext_cgroups, agent_update and agent_publish #3199

Closed nagworld9 closed 1 month ago

nagworld9 commented 1 month ago

Description

ext_cgrups: run_remote_test swallowing the assertion error, so test failed to validate if assertion failed due to cgroups disabled. So removed calling run_remote_test

agent_update: when rsm_request sent, whole pipeline can take some time to update the goal state with the requested version, so increasing the timeout on that check

agent_publish: Tests are running before agent is ready. Added check for wait for agent to complete provisioning

Issue #


PR information

Quality of Code and Contribution Guidelines