Skip to content

Commit

Permalink
Merge pull request #1375 from FloatXD/up-e2e-16
Browse files Browse the repository at this point in the history
[Test]update e2e test for import rocky8 iso_image
  • Loading branch information
ErikJiang authored Sep 19, 2024
2 parents 316b5fd + 4bf2494 commit 4e04c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/resouce_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function resource::import_iso_minio(){
if [[ $# -gt 0 ]] && [[ $1 =~ "artifact" ]];then
iso_list=("Kylin-Server-10-SP2-aarch64-Release-Build09-20210524.iso" "CentOS-7-x86_64-DVD-2207-02.iso")
else
iso_list=( "rhel-server-7.9-x86_64-dvd.iso" "rhel-8.4-x86_64-dvd.iso" "CentOS-7-x86_64-DVD-2207-02.iso" "Kylin-Server-10-SP2-aarch64-Release-Build09-20210524.iso")
iso_list=( "rhel-server-7.9-x86_64-dvd.iso" "Rocky-8.10-x86_64-dvd1.iso" "rhel-8.4-x86_64-dvd.iso" "CentOS-7-x86_64-DVD-2207-02.iso" "Kylin-Server-10-SP2-aarch64-Release-Build09-20210524.iso")
fi
for iso in "${iso_list[@]}";do
iso_image_file=${iso_file_dir}/${iso}
Expand Down Expand Up @@ -489,7 +489,7 @@ function resource::import_iso_local_path_check(){
if [[ "${test_type}" =~ "artifact" ]];then
iso_list=("Kylin-Server-10-SP2-aarch64-Release-Build09-20210524.iso" "CentOS-7-x86_64-DVD-2207-02.iso")
else
iso_list=( "rhel-server-7.9-x86_64-dvd.iso" "rhel-8.4-x86_64-dvd.iso" "CentOS-7-x86_64-DVD-2207-02.iso" "Kylin-Server-10-SP2-aarch64-Release-Build09-20210524.iso")
iso_list=( "rhel-server-7.9-x86_64-dvd.iso" "Rocky-8.10-x86_64-dvd1.iso" "rhel-8.4-x86_64-dvd.iso" "CentOS-7-x86_64-DVD-2207-02.iso" "Kylin-Server-10-SP2-aarch64-Release-Build09-20210524.iso")
fi
for iso in "${iso_list[@]}";do
iso_image_file=${iso_file_dir}/${iso}
Expand Down

0 comments on commit 4e04c0f

Please sign in to comment.