@@ -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 ):
0 commit comments