2021-11-30 13:10:39.226 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:10:39.226 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:10:39.226 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:10:41.782 7 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-11-30 13:10:41.782 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-11-30 13:10:41.782 7 ERROR rally.cli.cliutils 2021-11-30 13:10:43.606 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:10:43.606 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:10:43.606 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:10:48.474 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:10:48.475 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:10:48.476 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:10:53.519 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:10:53.520 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:10:53.520 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:10:55.232 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:10:55.233 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:10:55.233 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:10:57.796 13 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-11-30 13:10:57.796 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-11-30 13:10:57.796 13 ERROR rally.cli.cliutils 2021-11-30 13:10:59.515 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:10:59.516 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:10:59.516 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:11:02.001 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-30 13:11:02.048 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/repo. 2021-11-30 13:11:02.387 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/repo'... done. Note: switching to 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-11-30 13:11:02.400 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/29.0.0-1-gc80710c91 ' 2021-11-30 13:11:02.407 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe ' 2021-11-30 13:11:02.415 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-30 13:11:02.480 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-30 13:11:03.320 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=602db24b-fdf1-4ad4-8a88-75a13710dce0) has been successfully created! 2021-11-30 13:11:05.296 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:11:05.296 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:11:05.297 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:11:12.828 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:11:12.829 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:11:12.829 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:11:15.505 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=602db24b-fdf1-4ad4-8a88-75a13710dce0) for deployment 'opnfv-rally' (UUID=fe52d932-240f-4077-93ef-ae6fbf23a353). 2021-11-30 13:11:15.967 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=602db24b-fdf1-4ad4-8a88-75a13710dce0) has been successfully configured for deployment 'opnfv-rally' (UUID=fe52d932-240f-4077-93ef-ae6fbf23a353)! 2021-11-30 13:11:24.883 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:11:24.884 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:11:24.884 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:11:27.549 26 INFO rally.api [-] Starting verification (UUID=3d04ac9e-2c6e-46a5-a535-d26169784ce1) for deployment 'opnfv-rally' (UUID=fe52d932-240f-4077-93ef-ae6fbf23a353) by verifier 'opnfv-tempest' (UUID=602db24b-fdf1-4ad4-8a88-75a13710dce0). 2021-11-30 13:11:28.121 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-30 13:11:28.121 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/for-deployment-fe52d932-240f-4077-93ef-ae6fbf23a353/tempest.log' to option 'log_file'. 2021-11-30 13:11:28.121 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/for-deployment-fe52d932-240f-4077-93ef-ae6fbf23a353/tempest.log 2021-11-30 13:11:28.122 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-30 13:11:28.122 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/for-deployment-fe52d932-240f-4077-93ef-ae6fbf23a353/lock_files' to option 'lock_path'. 2021-11-30 13:11:28.122 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/for-deployment-fe52d932-240f-4077-93ef-ae6fbf23a353/lock_files 2021-11-30 13:11:28.122 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-30 13:11:28.123 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/for-deployment-fe52d932-240f-4077-93ef-ae6fbf23a353' to option 'img_dir'. 2021-11-30 13:11:28.123 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-602db24b-fdf1-4ad4-8a88-75a13710dce0/for-deployment-fe52d932-240f-4077-93ef-ae6fbf23a353 2021-11-30 13:11:28.123 26 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-11-30 13:11:28.123 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f6a90702-ad9f-4b7a-86ad-3f952c482d72 2021-11-30 13:11:28.124 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8d46f15a-e518-421e-8b4d-12959908182e 2021-11-30 13:11:28.124 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a44354df-bbc2-44dc-84bc-ca14dab146c5 2021-11-30 13:11:28.125 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b52e5df5-30e2-428c-a2d8-32c940a126c1 2021-11-30 13:11:28.278 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-30 13:11:28.279 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_barbican-net_d1abd86e-9dcc-414f-ba20-28794f62b7b1 2021-11-30 13:11:28.279 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-30 13:11:28.351 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-11-30 13:11:28.352 26 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}0643d887507cbf0394f9c239afc9beb11079cd0f4a613eef550d2e96270c04aa" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-30 13:11:28.379 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 7142 Content-Type: application/json Date: Tue, 30 Nov 2021 13:11:28 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-96887fcf-8fa2-470b-af1c-6c04ab4d1977 x-openstack-request-id: req-96887fcf-8fa2-470b-af1c-6c04ab4d1977 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-30 13:11:28.380 26 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": "1aeb3871-9612-44a6-91a9-8903212f4b56", "name": "patrole_member-flavor_alt_6f7c10d6-8944-4978-b65b-4497e0eb00bb", "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/1aeb3871-9612-44a6-91a9-8903212f4b56"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/1aeb3871-9612-44a6-91a9-8903212f4b56"}]}, {"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": "5bfc499a-aab1-43a6-8879-5084ab0f17fe", "name": "patrole_reader-flavor_7327f146-a3f8-47a5-980a-525daac77523", "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/5bfc499a-aab1-43a6-8879-5084ab0f17fe"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/5bfc499a-aab1-43a6-8879-5084ab0f17fe"}]}, {"id": "77e66957-a4e5-4cb4-b751-af340fdca3f1", "name": "patrole_member-flavor_6f7c10d6-8944-4978-b65b-4497e0eb00bb", "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/77e66957-a4e5-4cb4-b751-af340fdca3f1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/77e66957-a4e5-4cb4-b751-af340fdca3f1"}]}, {"id": "7f37c789-f165-44e7-ac59-022e558e8bbd", "name": "rally_verify_5a80f2c8_qNBRmtCd", "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/7f37c789-f165-44e7-ac59-022e558e8bbd"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/7f37c789-f165-44e7-ac59-022e558e8bbd"}]}, {"id": "a44354df-bbc2-44dc-84bc-ca14dab146c5", "name": "tempest_barbican-flavor_d1abd86e-9dcc-414f-ba20-28794f62b7b1", "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/a44354df-bbc2-44dc-84bc-ca14dab146c5"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/a44354df-bbc2-44dc-84bc-ca14dab146c5"}]}, {"id": "b52e5df5-30e2-428c-a2d8-32c940a126c1", "name": "tempest_barbican-flavor_alt_d1abd86e-9dcc-414f-ba20-28794f62b7b1", "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/b52e5df5-30e2-428c-a2d8-32c940a126c1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/b52e5df5-30e2-428c-a2d8-32c940a126c1"}]}, {"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": "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": "e3bafb4c-eacd-4e73-9dfb-29f49abd8ae1", "name": "patrole_reader-flavor_alt_7327f146-a3f8-47a5-980a-525daac77523", "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/e3bafb4c-eacd-4e73-9dfb-29f49abd8ae1"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/e3bafb4c-eacd-4e73-9dfb-29f49abd8ae1"}]}]} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-30 13:11:28.381 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-96887fcf-8fa2-470b-af1c-6c04ab4d1977 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-30 13:11:28.383 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5a80f2c8_qNBRmtCd'. Using flavor 'rally_verify_5a80f2c8_qNBRmtCd' (ID = 7f37c789-f165-44e7-ac59-022e558e8bbd) for the tests. 2021-11-30 13:11:28.383 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7f37c789-f165-44e7-ac59-022e558e8bbd' to option 'instance_type'. 2021-11-30 13:11:28.384 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7f37c789-f165-44e7-ac59-022e558e8bbd 2021-11-30 13:11:28.385 26 INFO rally.task.context [-] Verification 602db24b-fdf1-4ad4-8a88-75a13710dce0 | Context tempest@default setup() finished in 0.67 sec 2021-11-30 13:11:28.386 26 INFO rally.task.context [-] Verification 602db24b-fdf1-4ad4-8a88-75a13710dce0 | Context testr@default setup() finished in 0.55 msec 2021-11-30 13:11:28.387 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/13a8c583-f66e-45f8-9322-ba7039a134e2'. 2021-11-30 13:11:42.096 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.api.test_quotas.QuotasTest.test_get_effective_quota ... success [0.171s] 2021-11-30 13:11:43.489 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_empty_secret ... success [0.192s] 2021-11-30 13:11:43.581 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_create_delete_symmetric_key ... success [0.092s] 2021-11-30 13:11:43.723 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_and_put_payload ... success [0.141s] 2021-11-30 13:11:43.769 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_consumers.ConsumersTest.test_add_delete_consumers_in_container ... success [0.418s] 2021-11-30 13:11:43.818 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_get_secret_metadata ... success [0.093s] 2021-11-30 13:11:43.921 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.api.test_secrets.SecretsTest.test_list_secrets ... success [0.102s] 2021-11-30 13:11:44.043 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_orders.OrdersTest.test_create_list_delete_orders ... success [0.369s] 2021-11-30 13:11:48.196 26 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-11-30 13:11:48.197 26 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-11-30 13:11:48.198 26 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-11-30 13:11:48.200 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_secret_stores.ProjectMemberTests ... skip: b'enable_multiple_secret_stores is not configured. Skipping RBAC tests.' 2021-11-30 13:11:48.201 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:11:48.202 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:11:50.724 26 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-11-30 13:11:50.727 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:11:50.729 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_transport_keys.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:11:50.732 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.rbac.v1.test_transport_keys.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:11:59.943 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_add_to_delete_from_container ... success [0.429s] 2021-11-30 13:12:00.019 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_containers.ContainersTest.test_create_list_delete_empty_container ... success [0.076s] 2021-11-30 13:12:00.932 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.api.test_secret_metadata.SecretMetadataTest.test_secret_metadata ... success [0.354s] 2021-11-30 13:12:07.119 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_invalid_cert_boot_failure ... fail [10.810s] 2021-11-30 13:12:07.475 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_containers.ProjectAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:12:07.477 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_quotas.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:12:07.479 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secret_stores.ProjectReaderTests ... skip: b'enable_multiple_secret_stores is not configured. Skipping RBAC tests.' 2021-11-30 13:12:07.480 26 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-11-30 13:12:07.481 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_secrets.SystemAdminTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:12:07.482 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.rbac.v1.test_transport_keys.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:12:14.450 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.api.test_quotas.ProjectQuotasTest.test_manage_project_quotas ... success [0.301s] 2021-11-30 13:12:20.636 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_containers.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:12:20.638 26 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-11-30 13:12:20.640 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_orders.ProjectReaderTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:12:20.643 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secret_stores.ProjectAdminTests ... skip: b'enable_multiple_secret_stores is not configured. Skipping RBAC tests.' 2021-11-30 13:12:20.644 26 INFO opnfv-tempest [-] {1} barbican_tempest_plugin.tests.rbac.v1.test_secrets.ProjectMemberTests ... skip: b'enforce_scope is not enabled for barbican, skipping RBAC tests' 2021-11-30 13:12:22.329 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_ephemeral_disk_encryption.EphemeralStorageEncryptionTest.test_encrypted_ephemeral_lvm_storage ... success [24.214s] 2021-11-30 13:12:25.620 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_boot ... success [18.500s] 2021-11-30 13:12:28.658 26 INFO opnfv-tempest [-] {0} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest.test_signed_image_upload_boot_snapshot ... success [19.937s] 2021-11-30 13:12:44.471 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_hard_reboot ... success [18.845s] 2021-11-30 13:12:49.490 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot ... success [14.117s] 2021-11-30 13:12:56.097 26 INFO opnfv-tempest [-] {3} barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest ... skip: b'Encrypted volume attach is not supported' 2021-11-30 13:13:05.774 26 INFO opnfv-tempest [-] {2} barbican_tempest_plugin.tests.scenario.test_certificate_validation.CertificateValidationTest.test_signed_image_upload_and_server_rebuild ... fail [21.294s] 2021-11-30 13:13:11.837 26 INFO rally.task.context [-] Verification 602db24b-fdf1-4ad4-8a88-75a13710dce0 | Context testr@default cleanup() started 2021-11-30 13:13:11.837 26 INFO rally.task.context [-] Verification 602db24b-fdf1-4ad4-8a88-75a13710dce0 | Context testr@default cleanup() finished in 0.69 msec 2021-11-30 13:13:11.838 26 INFO rally.task.context [-] Verification 602db24b-fdf1-4ad4-8a88-75a13710dce0 | Context tempest@default cleanup() started 2021-11-30 13:13:11.986 26 INFO rally.task.context [-] Verification 602db24b-fdf1-4ad4-8a88-75a13710dce0 | Context tempest@default cleanup() finished in 0.15 sec 2021-11-30 13:13:12.020 26 INFO rally.api [-] Verification (UUID=3d04ac9e-2c6e-46a5-a535-d26169784ce1) has been successfully finished for deployment 'opnfv-rally' (UUID=fe52d932-240f-4077-93ef-ae6fbf23a353)! 2021-11-30 13:13:14.066 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:13:14.066 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:13:14.067 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:13:16.166 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:13:16.167 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:13:16.167 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:13:18.729 43 INFO rally.api [-] Building 'html' report for the following verification(s): '3d04ac9e-2c6e-46a5-a535-d26169784ce1' 2021-11-30 13:13:18.751 43 INFO rally.api [-] The report has been successfully built. 2021-11-30 13:13:20.527 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-30 13:13:20.528 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-30 13:13:20.528 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-30 13:13:23.459 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3d04ac9e-2c6e-46a5-a535-d26169784ce1' 2021-11-30 13:13:23.470 44 INFO rally.api [-] The report has been successfully built.