Skip to content

Commit

Permalink
Merge pull request #5204 from chloerh/user-version
Browse files Browse the repository at this point in the history
Remove version check of cases of user type interface
  • Loading branch information
Yingshun committed Oct 7, 2023
2 parents 9720e5d + b763fe6 commit 72cff74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- virtual_network.connectivity_check.user_interface:
type = connectivity_check_user_interface
func_supported_since_libvirt_ver = (9, 0, 0)
host_iface =
outside_ip = 'www.redhat.com'
start_vm = no
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import re

import aexpect
from virttest import libvirt_version
from virttest import remote
from virttest import utils_net
from virttest import virsh
Expand Down Expand Up @@ -45,8 +44,6 @@ def run(test, params, env):
"""
Connectivity check of user type interface
"""
libvirt_version.is_libvirt_feature_supported(params)

expect_error = 'yes' == params.get('expect_error', 'no')
err_msg = params.get('err_msg')
virsh_uri = params.get('virsh_uri')
Expand Down

0 comments on commit 72cff74

Please sign in to comment.