Skip to content

Commit

Permalink
tests: Update test_clean_log for oci (#4187)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Jun 15, 2023
1 parent df2a053 commit 5267ebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration_tests/modules/test_ca_certs.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def test_clean_log(self, class_client: IntegrationInstance):
if class_client.settings.OS_IMAGE == "bionic":
expected_inactive.discard("write_files")
expected_inactive.discard("write_files_deferred")
elif class_client.settings.PLATFORM == "oci":
expected_inactive.discard("update_etc_hosts")

diff = expected_inactive.symmetric_difference(
get_inactive_modules(log)
Expand Down

0 comments on commit 5267ebb

Please sign in to comment.