@@ -13,8 +13,8 @@ class TestHostAutoInjectInstallScript(base.AutoInjectBaseTest):
13
13
{"vm_branch" : "amazon_linux2" , "weblog_variant" : "test-app-ruby" , "reason" : "INPLAT-103" },
14
14
{"vm_branch" : "centos_7_amd64" , "weblog_variant" : "test-app-ruby" , "reason" : "INPLAT-103" },
15
15
{"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" },
18
18
]
19
19
)
20
20
def test_install (self , virtual_machine ):
@@ -56,8 +56,8 @@ class TestHostAutoInjectInstallScriptProfiling(base.AutoInjectBaseTest):
56
56
{"vm_cpu" : "arm64" , "weblog_variant" : "test-app-dotnet" , "reason" : "PROF-10783" },
57
57
{"vm_name" : "Ubuntu_24_amd64" , "weblog-variant" : "test-app-nodejs" , "reason" : "PROF-11264" },
58
58
{"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" },
61
61
]
62
62
)
63
63
def test_profiling (self , virtual_machine ):
@@ -163,8 +163,8 @@ class TestInstallerAutoInjectManual(base.AutoInjectBaseTest):
163
163
{"vm_branch" : "amazon_linux2" , "weblog_variant" : "test-app-ruby" , "reason" : "INPLAT-103" },
164
164
{"vm_branch" : "centos_7_amd64" , "weblog_variant" : "test-app-ruby" , "reason" : "INPLAT-103" },
165
165
{"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" },
168
168
]
169
169
)
170
170
def test_install_uninstall (self , virtual_machine ):
@@ -185,8 +185,8 @@ class TestSimpleInstallerAutoInjectManual(base.AutoInjectBaseTest):
185
185
{"vm_branch" : "amazon_linux2" , "weblog_variant" : "test-app-ruby" , "reason" : "INPLAT-103" },
186
186
{"vm_branch" : "centos_7_amd64" , "weblog_variant" : "test-app-ruby" , "reason" : "INPLAT-103" },
187
187
{"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" },
190
190
]
191
191
)
192
192
def test_install (self , virtual_machine ):
0 commit comments