Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] remove INPLAT-220 skips from test cases #3523

Merged
merged 7 commits into from
Nov 26, 2024
4 changes: 0 additions & 4 deletions tests/auto_inject/test_auto_inject_chaos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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):
Expand Down
6 changes: 0 additions & 6 deletions tests/auto_inject/test_auto_inject_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand All @@ -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):
Expand Down
8 changes: 0 additions & 8 deletions tests/auto_inject/test_blocklist_auto_inject.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand All @@ -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(
Expand Down Expand Up @@ -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(
Expand Down