2018-07-27 04:38:56,890 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-netvirt-virtual-suite-master-19 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-virtual2 | +--------------------------------------+----------------------------------------------------------+ 2018-07-27 04:38:56,893 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,192.0.2.8,192.0.2.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://192.0.2.8:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=whZdgcw99btzXykVGN9u1XdW7 export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=90687c23d29340119c27bb943d74c2f9 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.0.2.8 export SDN_CONTROLLER_PASSWORD=jtyPY0NGBoEB3aYx9VuqtvpZv export OS_REGION_NAME=regionOne 2018-07-27 04:38:56,893 - xtesting.ci.run_tests - DEBUG - Test args: tempest_smoke 2018-07-27 04:38:56,911 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-27 04:38:58,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-27 04:39:04,333 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b00ce004-b5e6-4ecd-94d1-8004ea846899 | 2018-07-27T04:39:03.950752 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b00ce004-b5e6-4ecd-94d1-8004ea846899 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-27 04:39:08,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+--------------+-----------+ | Service | Service Type | Status | +-------------+--------------+-----------+ | __unknown__ | placement | Available | | glance | image | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | +-------------+--------------+-----------+ 2018-07-27 04:39:08,295 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-27 04:39:16,012 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=652e606c-0d94-456e-af7c-f0ed0d30bb83) as the default verifier for the future CLI operations. 2018-07-27 04:39:19,252 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-27 04:39:19,253 - functest.core.tenantnetwork - ERROR - Cannot run tempest_smoke Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 227, in run self._create_network_ressources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 189, in _create_network_ressources assert self.ext_net AssertionError 2018-07-27 04:39:19,254 - functest.core.singlevm - ERROR - Cannot run tempest_smoke Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 223, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-07-27 04:39:19,254 - functest.opnfv_tests.openstack.tempest.tempest - ERROR - Error with run Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/tempest.py", line 339, in run **kwargs) == testcase.TestCase.EX_OK AssertionError 2018-07-27 04:39:19,255 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 00:00 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-07-27 04:39:19,260 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-07-27 04:39:19,260 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR