I ran it from upstream.
I rebased (was on a few versions old), now it fails on something else.
@ Run test: 004_basic_sanity.py: Success (in 0:05:23)
Error occured, aborting
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 383, in do_run
self.cli_plugins[args.ovirtverb].do_run(args)
File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line 184, in do_run
self._do_run(**vars(args))
File "/usr/lib/python2.7/site-packages/lago/utils.py", line 549, in wrapper
return func(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/lago/utils.py", line 560, in wrapper
return func(*args, prefix=prefix, **kwargs)
File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 107, in do_ovirt_runtest
raise RuntimeError('Some tests failed')
RuntimeError: Some tests failed
+ res=1
+ [[ 1 -ne 0 ]]
+ xmllint --format /home/greg/projects/ovirt-system-tests/deployment-hc-basic-suite-master/004_basic_sanity.py.junit.xml
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="nosetests" tests="11" errors="1" failures="0" skip="2">
<testcase classname="004_basic_sanity" name="add_vm_blank" time="17.312"/>
<testcase classname="004_basic_sanity" name="add_nic" time="5.750"/>
<testcase classname="004_basic_sanity" name="add_disk" time="32.699"/>
<testcase classname="004_basic_sanity" name="snapshot_merge" time="161.868"/>
<testcase classname="004_basic_sanity" name="add_vm_template" time="0.339">
<skipped type="unittest.case.SkipTest" message="Exported domain generation not supported yet"><![CDATA[SkipTest: Exported domain generation not supported yet
]]></skipped>
</testcase>
<testcase classname="004_basic_sanity" name="vm_run" time="68.276"/>
<testcase classname="004_basic_sanity" name="vm_migrate" time="16.008"/>
<testcase classname="004_basic_sanity" name="snapshot_live_merge" time="0.000">
<skipped type="unittest.case.SkipTest" message=""><![CDATA[SkipTest
]]></skipped>
</testcase>
<testcase classname="004_basic_sanity" name="hotplug_nic" time="3.358"/>
<testcase classname="004_basic_sanity" name="hotplug_disk" time="13.007"/>
<testcase classname="004_basic_sanity" name="he_vm_migrate" time="0.783">
<error type="ovirtsdk.infrastructure.errors.RequestError" message=" status: 409 reason: Conflict detail: Cannot migrate VM. There is no host that satisfies current scheduling constraints. See below for details:, The host lago-hc-basic-suite-master-host-1 did not satisfy internal filter HA because it doesn't have a positive Hosted Engine score.."><![CDATA[Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/greg/projects/ovirt-system-tests/hc-basic-suite-master/test-scenarios/004_basic_sanity.py", line 283, in he_vm_migrate
api.vms.get(HE_VM_NAME).migrate(migrate_params)
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line 30922, in migrate
headers={"Correlation-Id":correlation_id}
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 122, in request
persistent_auth=self.__persistent_auth
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py", line 79, in do_request
persistent_auth)
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py", line 162, in __do_request
raise errors.RequestError(response_code, response_reason, response_body)
RequestError:
status: 409
reason: Conflict
detail: Cannot migrate VM. There is no host that satisfies current scheduling constraints. See below for details:, The host lago-hc-basic-suite-master-host-1 did not satisfy internal filter HA because it doesn't have a positive Hosted Engine score..
]]></error>
</testcase>
</testsuite>
+ cd -