Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Aug 22, 2023
1 parent ee2fbe3 commit 150cfda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests_e2e/test_suites/ext_cgroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ name: "ExtCgroups"
tests:
- "ext_cgroups/ext_cgroups.py"
images: "cgroups-endorsed"
# This test suite uses the DCR Test Extension, which is only published in southcentralus region in public cloud
# The DCR test extension installs sample service, so this test suite uses it to test services cgroups but this is only published in southcentralus region in public cloud.
locations: "AzureCloud:southcentralus"
8 changes: 4 additions & 4 deletions tests_e2e/tests/ext_cgroups/install_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ def __init__(self, context: AgentTestContext):

def run(self):
self._prepare_agent()
# Install the GATest extension
# Install the GATest extension to test service cgroups
self._install_gatest_extension()
# Install the Azure Monitor Agent
# Install the Azure Monitor Agent to test long running process cgroup
self._install_ama()
# Install the VM Access extension
# Install the VM Access extension to test sample extension
self._install_vmaccess()
# Install the CSE extension
# Install the CSE extension to test extension cgroup
self._install_cse()

def _prepare_agent(self):
Expand Down

0 comments on commit 150cfda

Please sign in to comment.