Skip to content

Commit 534f4b1

Browse files
Onboarding: ubuntu 24_10 fixes (#4064)
1 parent bf1c3b8 commit 534f4b1

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

tests/auto_inject/test_auto_inject_chaos.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ class TestAutoInjectChaos(BaseAutoInjectChaos):
9292
{"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
9393
{"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
9494
{"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
95-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
96-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
95+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
96+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
9797
]
9898
)
9999
def test_install_after_ld_preload(self, virtual_machine):
@@ -108,8 +108,8 @@ def test_install_after_ld_preload(self, virtual_machine):
108108
{"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
109109
{"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
110110
{"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
111-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
112-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
111+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
112+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
113113
]
114114
)
115115
def test_remove_ld_preload(self, virtual_machine):

tests/auto_inject/test_auto_inject_install.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class TestHostAutoInjectInstallScript(base.AutoInjectBaseTest):
1313
{"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
1414
{"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
1515
{"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
16-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
17-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
16+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
17+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
1818
]
1919
)
2020
def test_install(self, virtual_machine):
@@ -56,8 +56,8 @@ class TestHostAutoInjectInstallScriptProfiling(base.AutoInjectBaseTest):
5656
{"vm_cpu": "arm64", "weblog_variant": "test-app-dotnet", "reason": "PROF-10783"},
5757
{"vm_name": "Ubuntu_24_amd64", "weblog-variant": "test-app-nodejs", "reason": "PROF-11264"},
5858
{"vm_name": "Ubuntu_24_arm64", "weblog-variant": "test-app-nodejs", "reason": "PROF-11264"},
59-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
60-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
59+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
60+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
6161
]
6262
)
6363
def test_profiling(self, virtual_machine):
@@ -163,8 +163,8 @@ class TestInstallerAutoInjectManual(base.AutoInjectBaseTest):
163163
{"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
164164
{"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
165165
{"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
166-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
167-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
166+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
167+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
168168
]
169169
)
170170
def test_install_uninstall(self, virtual_machine):
@@ -185,8 +185,8 @@ class TestSimpleInstallerAutoInjectManual(base.AutoInjectBaseTest):
185185
{"vm_branch": "amazon_linux2", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
186186
{"vm_branch": "centos_7_amd64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
187187
{"vm_branch": "redhat", "vm_cpu": "arm64", "weblog_variant": "test-app-ruby", "reason": "INPLAT-103"},
188-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
189-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
188+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
189+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
190190
]
191191
)
192192
def test_install(self, virtual_machine):

tests/auto_inject/test_blocklist_auto_inject.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class TestAutoInjectBlockListInstallManualHost(_AutoInjectBlockListBaseTest):
7373
{"vm_branch": "amazon_linux2", "library": "ruby", "reason": "INPLAT-103"},
7474
{"vm_branch": "centos_7_amd64", "library": "ruby", "reason": "INPLAT-103"},
7575
{"vm_branch": "redhat", "vm_cpu": "arm64", "library": "ruby", "reason": "INPLAT-103"},
76-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
77-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
76+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
77+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
7878
]
7979
)
8080
@irrelevant(
@@ -95,8 +95,8 @@ def test_builtIn_block_commands(self, virtual_machine):
9595
{"vm_branch": "amazon_linux2", "library": "ruby", "reason": "INPLAT-103"},
9696
{"vm_branch": "centos_7_amd64", "library": "ruby", "reason": "INPLAT-103"},
9797
{"vm_branch": "redhat", "vm_cpu": "arm64", "library": "ruby", "reason": "INPLAT-103"},
98-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
99-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
98+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
99+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
100100
]
101101
)
102102
@irrelevant(
@@ -119,8 +119,8 @@ def test_builtIn_block_args(self, virtual_machine):
119119
{"vm_branch": "amazon_linux2", "library": "ruby", "reason": "INPLAT-103"},
120120
{"vm_branch": "centos_7_amd64", "library": "ruby", "reason": "INPLAT-103"},
121121
{"vm_branch": "redhat", "vm_cpu": "arm64", "library": "ruby", "reason": "INPLAT-103"},
122-
{"vm_name": "Ubuntu24_10amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
123-
{"vm_name": "Ubuntu24_10arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
122+
{"vm_name": "Ubuntu_24_10_amd64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
123+
{"vm_name": "Ubuntu_24_10_arm64", "weblog_variant": "test-app-python", "reason": "INPLAT-478"},
124124
]
125125
)
126126
@irrelevant(

0 commit comments

Comments
 (0)