Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Aug 3, 2023
1 parent 36917cd commit a5a9d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/tests/lib/cgroup_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def verify_if_distro_supports_cgroup():

assert_that(base_cgroup_fs_exists).is_true().describe_as("Cgroup file system:{0} not found in Distro {1}-{2}".format(BASE_CGROUP, DISTRO_NAME, DISTRO_VERSION))

log.info('\tDistro %s-%s supports cgroups\n', DISTRO_NAME, DISTRO_VERSION)
log.info('Distro %s-%s supports cgroups\n', DISTRO_NAME, DISTRO_VERSION)


def print_cgroups():
Expand Down

0 comments on commit a5a9d07

Please sign in to comment.