Project:
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/
Build:
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_night...
Build Number: 1198
Build Status: Still Failing
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #1180
[Marcin Sobczyk] deploy: Always show list of used oVirt packages
Changes for Build #1181
[Marcin Sobczyk] deploy: Always show list of used oVirt packages
Changes for Build #1182
[Marcin Sobczyk] deploy: Always show list of used oVirt packages
Changes for Build #1183
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1184
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1185
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1186
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1187
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1188
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1189
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1190
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1191
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1192
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1193
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1194
[Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master
Changes for Build #1195
[Michal Skrivanek] basic: xfail grafana test
Changes for Build #1196
[Michal Skrivanek] basic: xfail grafana test
Changes for Build #1197
[Michal Skrivanek] basic: xfail grafana test
Changes for Build #1198
[Eitan Raviv] network: host change cluster - wait for change
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames
Error Message:
failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error
running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => {
"changed": false,
"elapsed": 2
}
lago-basic-suite-master-engine | SUCCESS => {
"changed": false,
"elapsed": 3
}
lago-basic-suite-master-host-0 | FAILED! => {
"changed": false,
"elapsed": 120,
"msg": "timed out waiting for ping module test success: Failed to
connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to
host"
}"
Stack Trace:
ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at
0x7f03706100b8>
all_hostnames = {'lago-basic-suite-master-engine',
'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'}
deploy_scripts = {'lago-basic-suite-master-engine':
['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh',
'$OST_REPO_ROOT/common/d...t-1':
['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh',
'$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']}
working_dir =
'/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master'
request = <SubRequest 'deploy' for <Function test_set_hostnames>>
@pytest.fixture(scope="session", autouse=True)
def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request):
if deployment_utils.is_deployed(working_dir):
LOGGER.info("Environment already deployed")
return
LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__
return _run_ansible_runner(self.config_builder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at
0x7f0370610710>
def _run_ansible_runner(config_builder):
runner = ansible_runner.Runner(config=config_builder.prepare())
LOGGER.debug(f'_run_ansible_runner: before run: {runner}')
runner.run()
LOGGER.debug(f'_run_ansible_runner: after run: {runner}')
if runner.status != 'successful':
raise AnsibleExecutionError(
rc=runner.rc,
stdout=runner.stdout.read()
)
E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible:
rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => {
E "changed": false,
E "elapsed": 2
E }
E lago-basic-suite-master-engine | SUCCESS => {
E "changed": false,
E "elapsed": 3
E }
E lago-basic-suite-master-host-0 | FAILED! => {
E "changed": false,
E "elapsed": 120,
E "msg": "timed out waiting for ping module test success:
Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No
route to host"
E }
ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError