From 5505ff69ecdff7311b266be7768b83e4a4ede9d9 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Thu, 21 Nov 2024 10:24:06 -0500 Subject: [PATCH] [python] remove INPLAT-220 skips from test cases --- tests/auto_inject/test_auto_inject_chaos.py | 4 ---- tests/auto_inject/test_auto_inject_install.py | 6 ------ tests/auto_inject/test_blocklist_auto_inject.py | 8 -------- 3 files changed, 18 deletions(-) diff --git a/tests/auto_inject/test_auto_inject_chaos.py b/tests/auto_inject/test_auto_inject_chaos.py index bc6d4baa95..f15e632493 100644 --- a/tests/auto_inject/test_auto_inject_chaos.py +++ b/tests/auto_inject/test_auto_inject_chaos.py @@ -92,8 +92,6 @@ class TestAutoInjectChaos(BaseAutoInjectChaos): {"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) def test_install_after_ld_preload(self, virtual_machine): @@ -108,8 +106,6 @@ def test_install_after_ld_preload(self, virtual_machine): {"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) def test_remove_ld_preload(self, virtual_machine): diff --git a/tests/auto_inject/test_auto_inject_install.py b/tests/auto_inject/test_auto_inject_install.py index 1c44f4abd2..d6b621adf8 100644 --- a/tests/auto_inject/test_auto_inject_install.py +++ b/tests/auto_inject/test_auto_inject_install.py @@ -15,8 +15,6 @@ class TestHostAutoInjectInstallScript(base.AutoInjectBaseTest): {"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) def test_install(self, virtual_machine): @@ -155,8 +153,6 @@ class TestInstallerAutoInjectManual(base.AutoInjectBaseTest): {"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) def test_install_uninstall(self, virtual_machine): @@ -179,8 +175,6 @@ class TestSimpleInstallerAutoInjectManual(base.AutoInjectBaseTest): {"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"}, {"weblog_variant": "test-app-nodejs-esm", "reason": "INPLAT-136"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) def test_install(self, virtual_machine): diff --git a/tests/auto_inject/test_blocklist_auto_inject.py b/tests/auto_inject/test_blocklist_auto_inject.py index 21d1710563..1e4e61c69a 100644 --- a/tests/auto_inject/test_blocklist_auto_inject.py +++ b/tests/auto_inject/test_blocklist_auto_inject.py @@ -205,8 +205,6 @@ class TestAutoInjectBlockListInstallManualHost(_AutoInjectBlockListBaseTest): {"vm_branch": "amazon_linux2", "library": "ruby", "reason": "INPLAT-103"}, {"vm_branch": "centos_7_amd64", "library": "ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "library": "ruby", "reason": "INPLAT-103"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) @irrelevant( @@ -227,8 +225,6 @@ def test_builtIn_block_commands(self, virtual_machine): {"vm_branch": "amazon_linux2", "library": "ruby", "reason": "INPLAT-103"}, {"vm_branch": "centos_7_amd64", "library": "ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "library": "ruby", "reason": "INPLAT-103"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) @irrelevant( @@ -251,8 +247,6 @@ def test_builtIn_block_args(self, virtual_machine): {"vm_branch": "amazon_linux2", "library": "ruby", "reason": "INPLAT-103"}, {"vm_branch": "centos_7_amd64", "library": "ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "library": "ruby", "reason": "INPLAT-103"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) @irrelevant( @@ -285,8 +279,6 @@ def _create_remote_executable_script(self, ssh_client, script_path, content="#!/ {"vm_branch": "centos_7_amd64", "library": "ruby", "reason": "INPLAT-103"}, {"vm_branch": "redhat", "vm_cpu": "arm64", "library": "ruby", "reason": "INPLAT-103"}, {"library": "ruby", "reason": "INPLAT-153"}, - {"vm_branch": "ubuntu20_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, - {"vm_branch": "ubuntu20_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-220"}, ] ) @irrelevant(