2021-06-27 12:10:22.961 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:22.962 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:22.962 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:25.619 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 12:10:25.619 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-27 12:10:25.619 8 ERROR rally.cli.cliutils 2021-06-27 12:10:27.416 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:27.417 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:27.417 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:31.944 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:31.944 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:31.945 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:37.332 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:37.332 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:37.332 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:38.900 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:38.900 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:38.900 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:41.670 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 12:10:41.670 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-27 12:10:41.670 18 ERROR rally.cli.cliutils 2021-06-27 12:10:43.499 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:43.499 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:43.500 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:46.363 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-27 12:10:46.407 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/repo. 2021-06-27 12:10:46.749 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/repo'... done. ' 2021-06-27 12:10:46.765 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-06-27 12:10:46.775 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-27 12:10:46.853 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-27 12:10:47.835 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f2c57988-dbe5-4d27-bb79-992ab066df98) has been successfully created! 2021-06-27 12:10:49.810 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:49.810 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:49.811 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:54.882 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:10:54.882 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:10:54.882 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:10:57.431 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f2c57988-dbe5-4d27-bb79-992ab066df98) for deployment 'opnfv-rally' (UUID=64d02ae3-bebf-4862-9826-7cb6d259b0d3). 2021-06-27 12:10:58.027 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f2c57988-dbe5-4d27-bb79-992ab066df98) has been successfully configured for deployment 'opnfv-rally' (UUID=64d02ae3-bebf-4862-9826-7cb6d259b0d3)! 2021-06-27 12:11:07.483 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:11:07.484 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:11:07.484 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:11:10.124 37 INFO rally.api [-] Starting verification (UUID=00f932e2-8283-41d2-8357-b449d77ab6a9) for deployment 'opnfv-rally' (UUID=64d02ae3-bebf-4862-9826-7cb6d259b0d3) by verifier 'opnfv-tempest' (UUID=f2c57988-dbe5-4d27-bb79-992ab066df98). 2021-06-27 12:11:10.802 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-27 12:11:10.802 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/for-deployment-64d02ae3-bebf-4862-9826-7cb6d259b0d3/tempest.log' to option 'log_file'. 2021-06-27 12:11:10.803 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/for-deployment-64d02ae3-bebf-4862-9826-7cb6d259b0d3/tempest.log 2021-06-27 12:11:10.803 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-27 12:11:10.803 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/for-deployment-64d02ae3-bebf-4862-9826-7cb6d259b0d3/lock_files' to option 'lock_path'. 2021-06-27 12:11:10.804 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/for-deployment-64d02ae3-bebf-4862-9826-7cb6d259b0d3/lock_files 2021-06-27 12:11:10.804 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-06-27 12:11:10.804 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/for-deployment-64d02ae3-bebf-4862-9826-7cb6d259b0d3' to option 'img_dir'. 2021-06-27 12:11:10.804 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-f2c57988-dbe5-4d27-bb79-992ab066df98/for-deployment-64d02ae3-bebf-4862-9826-7cb6d259b0d3 2021-06-27 12:11:10.805 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 12:11:10.805 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7012b666-0373-4ffe-bc9d-9d719abacb3f 2021-06-27 12:11:10.805 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = dd3877d5-a86c-4624-8edb-29696180f157 2021-06-27 12:11:10.806 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bf37994d-1a04-4ae3-8bf6-458639de5a2f 2021-06-27 12:11:10.806 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 978a7d6c-99ce-49a8-98e5-d8e50f78619e 2021-06-27 12:11:11.045 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-27 12:11:11.046 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_886b8943-871c-4501-b90a-b9cdc11df651 2021-06-27 12:11:11.047 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-27 12:11:11.142 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 12:11:11.143 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}3fe8dd551d6e00451ed1b4e8a8478362e328c3ec112ceb5fb859b5db963277a8" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 12:11:11.172 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 6657 Content-Type: application/json Date: Sun, 27 Jun 2021 12:11:11 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-a39b8655-2084-4288-ab0e-cb16b0872391 x-openstack-request-id: req-a39b8655-2084-4288-ab0e-cb16b0872391 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:11:11.172 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": "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": "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": "978a7d6c-99ce-49a8-98e5-d8e50f78619e", "name": "tempest_barbican-flavor_alt_886b8943-871c-4501-b90a-b9cdc11df651", "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/978a7d6c-99ce-49a8-98e5-d8e50f78619e"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/978a7d6c-99ce-49a8-98e5-d8e50f78619e"}]}, {"id": "9dad8ae9-877d-451d-8129-10167e2d2cd7", "name": "patrole_member-flavor_2efa1998-bef3-431e-bbe7-87349415e796", "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/9dad8ae9-877d-451d-8129-10167e2d2cd7"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/9dad8ae9-877d-451d-8129-10167e2d2cd7"}]}, {"id": "a5ad8bf1-0372-431e-be5e-405ce5b0fa69", "name": "tempest_slow-flavor_84090cfb-6c31-4052-89a8-72c136e14959", "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/a5ad8bf1-0372-431e-be5e-405ce5b0fa69"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/a5ad8bf1-0372-431e-be5e-405ce5b0fa69"}]}, {"id": "bf37994d-1a04-4ae3-8bf6-458639de5a2f", "name": "tempest_barbican-flavor_886b8943-871c-4501-b90a-b9cdc11df651", "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/bf37994d-1a04-4ae3-8bf6-458639de5a2f"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/bf37994d-1a04-4ae3-8bf6-458639de5a2f"}]}, {"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": "cfc735a5-8eae-4602-8cf5-6b072ee5e980", "name": "tempest_slow-flavor_alt_84090cfb-6c31-4052-89a8-72c136e14959", "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/cfc735a5-8eae-4602-8cf5-6b072ee5e980"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/cfc735a5-8eae-4602-8cf5-6b072ee5e980"}]}, {"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": "d9d500b0-4360-4ade-bde1-943221f975ad", "name": "patrole_member-flavor_alt_2efa1998-bef3-431e-bbe7-87349415e796", "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/d9d500b0-4360-4ade-bde1-943221f975ad"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/d9d500b0-4360-4ade-bde1-943221f975ad"}]}]} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 12:11:11.173 37 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-a39b8655-2084-4288-ab0e-cb16b0872391 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:11:11.175 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-27 12:11:11.175 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_00f932e2_0rtmRCma' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-27 12:11:11.176 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}3fe8dd551d6e00451ed1b4e8a8478362e328c3ec112ceb5fb859b5db963277a8" -d '{"flavor": {"name": "rally_verify_00f932e2_0rtmRCma", "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 12:11:11.207 37 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Sun, 27 Jun 2021 12:11:11 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-46fd5c97-14a1-4a7d-bd4f-8e5488299d04 x-openstack-request-id: req-46fd5c97-14a1-4a7d-bd4f-8e5488299d04 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:11:11.207 37 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "c521b307-b872-4731-a185-6c8f875fc6c7", "name": "rally_verify_00f932e2_0rtmRCma", "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/c521b307-b872-4731-a185-6c8f875fc6c7"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/c521b307-b872-4731-a185-6c8f875fc6c7"}]}} _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:582 2021-06-27 12:11:11.207 37 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-46fd5c97-14a1-4a7d-bd4f-8e5488299d04 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:11:11.208 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_00f932e2_0rtmRCma' (ID = c521b307-b872-4731-a185-6c8f875fc6c7) has been successfully created! 2021-06-27 12:11:11.209 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c521b307-b872-4731-a185-6c8f875fc6c7' to option 'instance_type'. 2021-06-27 12:11:11.209 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c521b307-b872-4731-a185-6c8f875fc6c7 2021-06-27 12:11:11.210 37 INFO rally.task.context [-] Verification f2c57988-dbe5-4d27-bb79-992ab066df98 | Context tempest@default setup() finished in 0.91 sec 2021-06-27 12:11:11.211 37 INFO rally.task.context [-] Verification f2c57988-dbe5-4d27-bb79-992ab066df98 | Context testr@default setup() finished in 0.44 msec 2021-06-27 12:11:11.212 37 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e14eb6aa-b721-4aae-b1d0-22a693eddddc'. 2021-06-27 12:11:29.685 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.282s] 2021-06-27 12:11:29.783 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.098s] 2021-06-27 12:11:29.956 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.172s] 2021-06-27 12:11:30.014 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.421s] 2021-06-27 12:11:30.052 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.095s] 2021-06-27 12:11:30.174 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.122s] 2021-06-27 12:11:31.260 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.546s] 2021-06-27 12:11:31.347 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.090s] 2021-06-27 12:11:32.560 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.574s] 2021-06-27 12:11:41.085 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_orders.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.087 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secret_stores.ProjectAdminTests ... skip: b'enable_multiple_secret_stores is not configured. Skipping RBAC tests.' 2021-06-27 12:11:41.088 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secret_stores.ProjectMemberTests ... skip: b'enable_multiple_secret_stores is not configured. Skipping RBAC tests.' 2021-06-27 12:11:41.089 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.090 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.091 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_transport_keys.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.094 37 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-06-27 12:11:41.447 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_orders.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.449 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_quotas.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.451 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.454 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_transport_keys.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:41.455 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_transport_keys.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:11:55.771 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_create_get_delete_quota ... success [0.196s] 2021-06-27 12:11:59.368 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.380s] 2021-06-27 12:12:04.122 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... success [10.232s] 2021-06-27 12:12:09.129 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_containers.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.131 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_quotas.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.133 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_secret_stores.ProjectReaderTests ... skip: b'enable_multiple_secret_stores is not configured. Skipping RBAC tests.' 2021-06-27 12:12:09.136 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.632 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_containers.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.634 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_containers.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.637 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_orders.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.640 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_quotas.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.642 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:09.643 37 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-06-27 12:12:16.759 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [12.631s] 2021-06-27 12:12:36.216 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [25.771s] 2021-06-27 12:12:36.400 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [19.635s] 2021-06-27 12:13:00.499 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... success [24.096s] 2021-06-27 12:13:06.930 37 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [16.089s] 2021-06-27 12:13:49.437 37 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [25.949s] 2021-06-27 12:14:00.173 37 INFO rally.task.context [-] Verification f2c57988-dbe5-4d27-bb79-992ab066df98 | Context testr@default cleanup() started 2021-06-27 12:14:00.173 37 INFO rally.task.context [-] Verification f2c57988-dbe5-4d27-bb79-992ab066df98 | Context testr@default cleanup() finished in 0.60 msec 2021-06-27 12:14:00.174 37 INFO rally.task.context [-] Verification f2c57988-dbe5-4d27-bb79-992ab066df98 | Context tempest@default cleanup() started 2021-06-27 12:14:00.360 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_00f932e2_0rtmRCma'. 2021-06-27 12:14:00.361 37 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/c521b307-b872-4731-a185-6c8f875fc6c7 -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}2de9632ff1c1475f5081f7294081159a6536d2d183291b85e9b09e0a9f65284c" _http_log_request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:519 2021-06-27 12:14:00.487 37 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Sun, 27 Jun 2021 12:14:00 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-96eb837b-e9d9-4a99-84bf-225c28234be3 x-openstack-request-id: req-96eb837b-e9d9-4a99-84bf-225c28234be3 _http_log_response /usr/lib/python3.8/site-packages/keystoneauth1/session.py:550 2021-06-27 12:14:00.487 37 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/c521b307-b872-4731-a185-6c8f875fc6c7 used request id req-96eb837b-e9d9-4a99-84bf-225c28234be3 request /usr/lib/python3.8/site-packages/keystoneauth1/session.py:954 2021-06-27 12:14:00.488 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_00f932e2_0rtmRCma' has been deleted. 2021-06-27 12:14:00.488 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c521b307-b872-4731-a185-6c8f875fc6c7' of option 'instance_type' from Tempest config file. 2021-06-27 12:14:00.488 37 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c521b307-b872-4731-a185-6c8f875fc6c7' has been removed. 2021-06-27 12:14:00.489 37 INFO rally.task.context [-] Verification f2c57988-dbe5-4d27-bb79-992ab066df98 | Context tempest@default cleanup() finished in 0.32 sec 2021-06-27 12:14:00.505 37 INFO rally.api [-] Verification (UUID=00f932e2-8283-41d2-8357-b449d77ab6a9) has been successfully finished for deployment 'opnfv-rally' (UUID=64d02ae3-bebf-4862-9826-7cb6d259b0d3)! 2021-06-27 12:14:02.560 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:14:02.560 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:14:02.560 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:14:04.688 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:14:04.689 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:14:04.689 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:14:07.815 61 INFO rally.api [-] Building 'html' report for the following verification(s): '00f932e2-8283-41d2-8357-b449d77ab6a9' 2021-06-27 12:14:07.841 61 INFO rally.api [-] The report has been successfully built. 2021-06-27 12:14:09.586 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-27 12:14:09.586 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-27 12:14:09.587 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-27 12:14:12.410 63 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '00f932e2-8283-41d2-8357-b449d77ab6a9' 2021-06-27 12:14:12.418 63 INFO rally.api [-] The report has been successfully built.