Ovirt System Tests "invalid syntax" for yaml import
by raymond.francis@oracle.com
Seeing this when i run setup of System Tests for ovirt. Is there something in setup im missing
2020-01-31 10:20:53,167 021036:117 INFO: cd ovirt-system-tests && ./run_suite.sh basic-suite-4.3
+ source common/helpers/logger.sh
+ CLI=lago
+ DO_CLEANUP=false
+ RECOMMENDED_RAM_IN_MB=8196
+ EXTRA_SOURCES=()
+ RPMS_TO_INSTALL=()
+ COVERAGE=false
++ getopt -o ho:e:n:b:cs:r:l:i --long help,output:,engine:,node:,boot-iso:,cleanup,images --long extra-rpm-source,reposync-config:,local-rpms: --long only-verify-requirements,ignore-requirements --long coverage -n run_suite.sh -- basic-suite-4.3
+ options=' -- '\''basic-suite-4.3'\'''
+ [[ 0 != \0 ]]
+ eval set -- ' -- '\''basic-suite-4.3'\'''
++ set -- -- basic-suite-4.3
+ true
+ case $1 in
+ shift
+ break
+ [[ -z basic-suite-4.3 ]]
+ export OST_REPO_ROOT=/ovirt-system-tests
+ OST_REPO_ROOT=/ovirt-system-tests
++ realpath --no-symlinks basic-suite-4.3
+ export SUITE=/ovirt-system-tests/basic-suite-4.3
+ SUITE=/ovirt-system-tests/basic-suite-4.3
+ [[ -z '' ]]
+ PREFIX=/ovirt-system-tests/deployment-basic-suite-4.3
+ export PREFIX
+ false
+ [[ -e /ovirt-system-tests/deployment-basic-suite-4.3 ]]
+ mkdir -p /ovirt-system-tests/deployment-basic-suite-4.3
+ [[ -n '' ]]
+ verify_system_requirements /ovirt-system-tests/deployment-basic-suite-4.3
+ local prefix=/ovirt-system-tests/deployment-basic-suite-4.3
+ /ovirt-system-tests/common/scripts/verify_system_requirements.py --prefix-path /ovirt-system-tests/deployment-basic-suite-4.3 /ovirt-system-tests/basic-suite-4.3/vars/main.yml
Traceback (most recent call last):
File "/ovirt-system-tests/common/scripts/verify_system_requirements.py", line 17, in <module>
import yaml
File "/usr/local/lib64/python3.6/site-packages/yaml/__init__.py", line 399
class YAMLObject(metaclass=YAMLObjectMetaclass):
^
SyntaxError: invalid syntax