From f9e3d924c862569979adf10b2c71c5d5ffbfdf3f Mon Sep 17 00:00:00 2001 From: Gan Qixin Date: Mon, 14 Dec 2020 17:05:49 +0800 Subject: [PATCH 1/2] jobs/virttest_at: Choose guest os for attach_detach_interface Default guest os is not suitable for attach_detach_interface test case, so choose openEuler20.09 as the guest os. Signed-off-by: Gan Qixin --- jobs/virttest_at.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jobs/virttest_at.yaml b/jobs/virttest_at.yaml index f24ead6..98937cd 100644 --- a/jobs/virttest_at.yaml +++ b/jobs/virttest_at.yaml @@ -334,6 +334,7 @@ virttest-48: vt_reference: - virsh.attach_detach_interface vt_type: libvirt + vt_guest_os: Guest.Linux.openEuler.20.09 vt_only_filter: normal_test.vm_running.exist_bridge virttest-49: -- Gitee From dcd20e0f6f60e88eccfccd62624bc835f6f09011 Mon Sep 17 00:00:00 2001 From: Gan Qixin Date: Mon, 14 Dec 2020 17:17:35 +0800 Subject: [PATCH 2/2] jobs/virttest_st: Choose guest os for attach_detach_interface Default guest os is not suitable for attach_detach_interface test case, so choose openEuler20.09 as the guest os. Signed-off-by: Gan Qixin --- jobs/virttest_st.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jobs/virttest_st.yaml b/jobs/virttest_st.yaml index 71334a7..08610ba 100644 --- a/jobs/virttest_st.yaml +++ b/jobs/virttest_st.yaml @@ -406,6 +406,7 @@ virttest-69: vt_reference: - virsh.attach_detach_interface vt_type: libvirt + vt_guest_os: Guest.Linux.openEuler.20.09 virttest-70: vt_reference: -- Gitee