2021-06-27 13:17:49.130 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:17:49.130 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:17:49.130 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 13:17:52.470 8 ERROR rally.cli.cliutils 2021-06-27 13:17:54.261 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:17:54.262 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:17:54.262 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:17:58.990 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:17:58.991 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:17:58.991 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:18:04.800 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:18:04.801 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:18:04.801 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:18:06.313 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:18:06.313 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:18:06.313 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 13:18:09.360 18 ERROR rally.cli.cliutils 2021-06-27 13:18:11.319 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:18:11.319 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:18:11.319 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:18:14.274 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-27 13:18:14.336 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/repo. 2021-06-27 13:18:14.788 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/repo'... done. ' 2021-06-27 13:18:14.802 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-06-27 13:18:14.812 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-27 13:18:14.903 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-27 13:18:15.844 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54d87feb-a290-4122-9fc6-873f5c823201) has been successfully created! 2021-06-27 13:18:17.691 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:18:17.692 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:18:17.692 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:18:23.095 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:18:23.095 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:18:23.095 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:18:25.621 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=54d87feb-a290-4122-9fc6-873f5c823201) for deployment 'opnfv-rally' (UUID=ca617f14-1d46-41c5-a74c-f069d62171de). 2021-06-27 13:18:26.059 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54d87feb-a290-4122-9fc6-873f5c823201) has been successfully configured for deployment 'opnfv-rally' (UUID=ca617f14-1d46-41c5-a74c-f069d62171de)! 2021-06-27 13:18:39.876 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 13:18:39.876 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 13:18:39.876 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 13:18:42.679 37 INFO rally.api [-] Starting verification (UUID=08200b9a-f79e-4e0d-a688-4e94f805d901) for deployment 'opnfv-rally' (UUID=ca617f14-1d46-41c5-a74c-f069d62171de) by verifier 'opnfv-tempest' (UUID=54d87feb-a290-4122-9fc6-873f5c823201). 2021-06-27 13:18:43.378 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-27 13:18:43.378 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/for-deployment-ca617f14-1d46-41c5-a74c-f069d62171de/tempest.log' to option 'log_file'. 2021-06-27 13:18:43.379 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/for-deployment-ca617f14-1d46-41c5-a74c-f069d62171de/tempest.log 2021-06-27 13:18:43.379 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-27 13:18:43.379 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/for-deployment-ca617f14-1d46-41c5-a74c-f069d62171de/lock_files' to option 'lock_path'. 2021-06-27 13:18:43.380 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/for-deployment-ca617f14-1d46-41c5-a74c-f069d62171de/lock_files 2021-06-27 13:18:43.380 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-06-27 13:18:43.380 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/for-deployment-ca617f14-1d46-41c5-a74c-f069d62171de' to option 'img_dir'. 2021-06-27 13:18:43.380 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-54d87feb-a290-4122-9fc6-873f5c823201/for-deployment-ca617f14-1d46-41c5-a74c-f069d62171de 2021-06-27 13:18:43.381 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-06-27 13:18:43.381 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 610ade72-ee5b-4ad4-99e8-ddb790a344a9 2021-06-27 13:18:43.381 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b716abac-e000-472f-b844-d437938aecd9 2021-06-27 13:18:43.382 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3f6f7d25-4d8f-4e3d-944d-06cd92cbe7eb 2021-06-27 13:18:43.382 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e13fd50d-0db2-4761-bfa0-19c0dc13f479 2021-06-27 13:18:43.684 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-27 13:18:43.684 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow_cntt-net_005298f3-7ef6-4971-b231-0ce1ab94bea2 2021-06-27 13:18:43.685 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-27 13:18:43.769 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-27 13:18:43.770 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X GET http://172.30.12.85/compute/v2.1/flavors/detail -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}ce9ae563f36bb68db3b38960fdd0e8a5fc458262c1b1aa8db12abba37a619432" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 13:18:43.812 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 6683 Content-Type: application/json Date: Sun, 27 Jun 2021 13:18:43 GMT OpenStack-API-Version: compute 2.1 Server: Apache/2.4.41 (Ubuntu) Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-7fff825f-2d9b-494f-a9af-823ec54ffd80 x-openstack-request-id: req-7fff825f-2d9b-494f-a9af-823ec54ffd80 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 13:18:43.813 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavors": [{"id": "1", "name": "m1.tiny", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/1"}]}, {"id": "2", "name": "m1.small", "ram": 2048, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/2"}]}, {"id": "3", "name": "m1.medium", "ram": 4096, "disk": 40, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3"}]}, {"id": "3f6f7d25-4d8f-4e3d-944d-06cd92cbe7eb", "name": "tempest_slow_cntt-flavor_005298f3-7ef6-4971-b231-0ce1ab94bea2", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/3f6f7d25-4d8f-4e3d-944d-06cd92cbe7eb"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/3f6f7d25-4d8f-4e3d-944d-06cd92cbe7eb"}]}, {"id": "4", "name": "m1.large", "ram": 8192, "disk": 80, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/4"}]}, {"id": "42aad6f2-1103-416d-98bb-45950e26e60e", "name": "tempest_full_cntt-flavor_alt_187c6b07-8c31-44e8-922e-5fb2b029cf31", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/42aad6f2-1103-416d-98bb-45950e26e60e"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/42aad6f2-1103-416d-98bb-45950e26e60e"}]}, {"id": "5", "name": "m1.xlarge", "ram": 16384, "disk": 160, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 8, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/5"}]}, {"id": "c1", "name": "cirros256", "ram": 256, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c1"}]}, {"id": "c826a6a8-a364-4821-a92a-5c32d35b6b7c", "name": "tempest_scenario_cntt-flavor_b24f693d-6c0d-4382-870a-bcaa0e83304d", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/c826a6a8-a364-4821-a92a-5c32d35b6b7c"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c826a6a8-a364-4821-a92a-5c32d35b6b7c"}]}, {"id": "cf7c5ab5-d5cd-4433-88a5-66d0d5449144", "name": "tempest_scenario_cntt-flavor_alt_b24f693d-6c0d-4382-870a-bcaa0e83304d", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/cf7c5ab5-d5cd-4433-88a5-66d0d5449144"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/cf7c5ab5-d5cd-4433-88a5-66d0d5449144"}]}, {"id": "d1", "name": "ds512M", "ram": 512, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d1"}]}, {"id": "d2", "name": "ds1G", "ram": 1024, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d2"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d2"}]}, {"id": "d3", "name": "ds2G", "ram": 2048, "disk": 10, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d3"}]}, {"id": "d4", "name": "ds4G", "ram": 4096, "disk": 20, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 4, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/d4"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d4"}]}, {"id": "e13fd50d-0db2-4761-bfa0-19c0dc13f479", "name": "tempest_slow_cntt-flavor_alt_005298f3-7ef6-4971-b231-0ce1ab94bea2", "ram": 1024, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/e13fd50d-0db2-4761-bfa0-19c0dc13f479"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e13fd50d-0db2-4761-bfa0-19c0dc13f479"}]}, {"id": "e1c170fc-0e93-4b19-bde9-e0095a2b2634", "name": "tempest_full_cntt-flavor_187c6b07-8c31-44e8-922e-5fb2b029cf31", "ram": 512, "disk": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/e1c170fc-0e93-4b19-bde9-e0095a2b2634"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e1c170fc-0e93-4b19-bde9-e0095a2b2634"}]}]} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 13:18:43.813 37 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-7fff825f-2d9b-494f-a9af-823ec54ffd80 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 13:18:43.815 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-27 13:18:43.816 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_08200b9a_LNqb3bpC' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-27 13:18:43.817 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X POST http://172.30.12.85/compute/v2.1/flavors -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}ce9ae563f36bb68db3b38960fdd0e8a5fc458262c1b1aa8db12abba37a619432" -d '{"flavor": {"name": "rally_verify_08200b9a_LNqb3bpC", "ram": 64, "vcpus": 1, "disk": 5, "id": null, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "rxtx_factor": 1.0, "os-flavor-access:is_public": true}}' _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 13:18:43.850 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Sun, 27 Jun 2021 13:18:43 GMT OpenStack-API-Version: compute 2.1 Server: Apache/2.4.41 (Ubuntu) Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-40adb68c-2ef0-45af-8dff-3cd953e49101 x-openstack-request-id: req-40adb68c-2ef0-45af-8dff-3cd953e49101 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 13:18:43.851 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "6fba13e8-c2c6-4575-9615-fdc67ef4b998", "name": "rally_verify_08200b9a_LNqb3bpC", "ram": 64, "disk": 5, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "links": [{"rel": "self", "href": "http://172.30.12.85/compute/v2.1/flavors/6fba13e8-c2c6-4575-9615-fdc67ef4b998"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/6fba13e8-c2c6-4575-9615-fdc67ef4b998"}]}} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 13:18:43.851 37 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-40adb68c-2ef0-45af-8dff-3cd953e49101 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 13:18:43.852 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_08200b9a_LNqb3bpC' (ID = 6fba13e8-c2c6-4575-9615-fdc67ef4b998) has been successfully created! 2021-06-27 13:18:43.852 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6fba13e8-c2c6-4575-9615-fdc67ef4b998' to option 'instance_type'. 2021-06-27 13:18:43.852 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6fba13e8-c2c6-4575-9615-fdc67ef4b998 2021-06-27 13:18:43.854 37 INFO rally.task.context [-] Verification 54d87feb-a290-4122-9fc6-873f5c823201 | Context tempest@default setup() finished in 0.96 sec 2021-06-27 13:18:43.854 37 INFO rally.task.context [-] Verification 54d87feb-a290-4122-9fc6-873f5c823201 | Context testr@default setup() finished in 0.35 msec 2021-06-27 13:18:43.855 37 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7ecb95d5-640a-497f-a7ed-6c87bcd0697b'. 2021-06-27 13:19:57.294 37 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [62.517s] 2021-06-27 13:21:14.902 37 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [63.080s] 2021-06-27 13:22:13.106 37 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [27.131s] 2021-06-27 13:23:34.279 37 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [64.936s] 2021-06-27 13:24:33.384 37 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [59.090s] 2021-06-27 13:25:55.308 37 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [70.807s] 2021-06-27 13:26:13.722 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.345s] 2021-06-27 13:27:13.909 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [49.363s] 2021-06-27 13:27:57.983 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [44.054s] 2021-06-27 13:28:36.716 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [38.714s] 2021-06-27 13:29:22.270 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [45.536s] 2021-06-27 13:30:07.475 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [45.185s] 2021-06-27 13:30:55.958 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [48.464s] 2021-06-27 13:31:44.023 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [48.047s] 2021-06-27 13:32:23.272 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [39.233s] 2021-06-27 13:33:37.269 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [70.825s] 2021-06-27 13:34:07.226 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [29.945s] 2021-06-27 13:35:10.481 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [63.228s] 2021-06-27 13:35:49.770 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [39.272s] 2021-06-27 13:36:25.244 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [35.459s] 2021-06-27 13:37:25.707 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.436s] 2021-06-27 13:38:01.565 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [35.837s] 2021-06-27 13:39:45.601 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [101.598s] 2021-06-27 13:42:22.745 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [157.118s] 2021-06-27 13:45:02.122 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [159.352s] 2021-06-27 13:46:48.679 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [106.527s] 2021-06-27 13:49:07.692 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [138.994s] 2021-06-27 13:51:17.914 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [130.198s] 2021-06-27 13:53:17.320 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [119.385s] 2021-06-27 13:55:05.474 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [108.135s] 2021-06-27 13:55:08.512 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.336s] 2021-06-27 13:56:01.706 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [50.050s] 2021-06-27 13:56:33.758 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [32.039s] 2021-06-27 13:57:37.355 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [63.583s] 2021-06-27 13:58:40.621 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [63.246s] 2021-06-27 13:59:13.049 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.276s] 2021-06-27 14:00:18.685 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [53.479s] 2021-06-27 14:01:00.735 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [42.040s] 2021-06-27 14:02:30.359 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [72.587s] 2021-06-27 14:04:07.649 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [79.501s] 2021-06-27 14:05:01.252 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [36.459s] 2021-06-27 14:05:41.841 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [22.930s] 2021-06-27 14:06:53.009 37 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [71.145s] 2021-06-27 14:07:02.108 37 INFO rally.task.context [-] Verification 54d87feb-a290-4122-9fc6-873f5c823201 | Context testr@default cleanup() started 2021-06-27 14:07:02.108 37 INFO rally.task.context [-] Verification 54d87feb-a290-4122-9fc6-873f5c823201 | Context testr@default cleanup() finished in 0.62 msec 2021-06-27 14:07:02.109 37 INFO rally.task.context [-] Verification 54d87feb-a290-4122-9fc6-873f5c823201 | Context tempest@default cleanup() started 2021-06-27 14:07:02.273 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_08200b9a_LNqb3bpC'. 2021-06-27 14:07:02.274 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/6fba13e8-c2c6-4575-9615-fdc67ef4b998 -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}81c1181702b1738dc62b39aa4dda7e056bdf58d3b8898481dad13ed09e25d278" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 14:07:02.404 37 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Sun, 27 Jun 2021 14:07:02 GMT OpenStack-API-Version: compute 2.1 Server: Apache/2.4.41 (Ubuntu) Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version X-OpenStack-Nova-API-Version: 2.1 x-compute-request-id: req-085537a5-fc82-46d9-acb2-52d9df85e8da x-openstack-request-id: req-085537a5-fc82-46d9-acb2-52d9df85e8da _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 14:07:02.405 37 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/6fba13e8-c2c6-4575-9615-fdc67ef4b998 used request id req-085537a5-fc82-46d9-acb2-52d9df85e8da request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 14:07:02.406 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_08200b9a_LNqb3bpC' has been deleted. 2021-06-27 14:07:02.407 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6fba13e8-c2c6-4575-9615-fdc67ef4b998' of option 'instance_type' from Tempest config file. 2021-06-27 14:07:02.407 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6fba13e8-c2c6-4575-9615-fdc67ef4b998' has been removed. 2021-06-27 14:07:02.409 37 INFO rally.task.context [-] Verification 54d87feb-a290-4122-9fc6-873f5c823201 | Context tempest@default cleanup() finished in 0.30 sec 2021-06-27 14:07:02.426 37 INFO rally.api [-] Verification (UUID=08200b9a-f79e-4e0d-a688-4e94f805d901) has been successfully finished for deployment 'opnfv-rally' (UUID=ca617f14-1d46-41c5-a74c-f069d62171de)! 2021-06-27 14:07:04.227 1669 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 14:07:04.228 1669 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 14:07:04.228 1669 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 14:07:05.965 1671 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 14:07:05.966 1671 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 14:07:05.966 1671 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 14:07:08.492 1671 INFO rally.api [-] Building 'html' report for the following verification(s): '08200b9a-f79e-4e0d-a688-4e94f805d901' 2021-06-27 14:07:08.512 1671 INFO rally.api [-] The report has been successfully built. 2021-06-27 14:07:10.244 1673 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 14:07:10.244 1673 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 14:07:10.244 1673 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 14:07:12.670 1673 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '08200b9a-f79e-4e0d-a688-4e94f805d901' 2021-06-27 14:07:12.673 1673 INFO rally.api [-] The report has been successfully built.