mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
uitests: Mock virtBootstrap
It's historically flakey to keep it + skopeo + virt-sandbox all working, let's just mock it Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -876,11 +876,8 @@ def testNewVMContainerVZ(app):
|
||||
|
||||
|
||||
def testNewVMContainerBootstrap(app):
|
||||
app.uri = tests.utils.URIs.lxc
|
||||
try:
|
||||
import virtBootstrap # pylint: disable=unused-import
|
||||
except ImportError:
|
||||
pytest.skip("virtBootstrap not installed")
|
||||
app.open(uri=tests.utils.URIs.lxc,
|
||||
extra_opts=["--test-options=fake-virtbootstrap"])
|
||||
|
||||
newvm = _open_newvm(app)
|
||||
newvm.find_fuzzy("Operating system", "radio").click()
|
||||
|
||||
Reference in New Issue
Block a user