2021-11-26 12:40:51.550 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:40:51.550 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:40:51.550 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:40:53.962 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-26 12:40:53.962 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-11-26 12:40:53.962 7 ERROR rally.cli.cliutils 2021-11-26 12:40:55.598 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:40:55.598 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:40:55.598 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:40:59.634 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:40:59.635 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:40:59.635 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:41:04.289 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:41:04.289 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:41:04.289 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:41:05.819 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:41:05.819 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:41:05.819 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:41:08.128 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-26 12:41:08.128 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-11-26 12:41:08.128 13 ERROR rally.cli.cliutils 2021-11-26 12:41:09.648 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:41:09.648 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:41:09.648 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:41:11.888 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-26 12:41:11.926 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/repo. 2021-11-26 12:41:12.246 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/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-26 12:41:12.262 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/29.0.0-1-gc80710c91 ' 2021-11-26 12:41:12.269 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c80710c9141b3ae6949dd43b1f23d3b3ccf322fe ' 2021-11-26 12:41:12.280 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-26 12:41:12.334 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-26 12:41:13.058 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=95782973-3e04-493c-94dc-7917e3c2c9cc) has been successfully created! 2021-11-26 12:41:14.563 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:41:14.563 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:41:14.564 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:41:21.356 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:41:21.356 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:41:21.356 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:41:23.755 23 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=95782973-3e04-493c-94dc-7917e3c2c9cc) for deployment 'opnfv-rally' (UUID=d8f8fde3-0031-4748-aa7a-56f5641accb9). 2021-11-26 12:41:24.105 23 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=95782973-3e04-493c-94dc-7917e3c2c9cc) has been successfully configured for deployment 'opnfv-rally' (UUID=d8f8fde3-0031-4748-aa7a-56f5641accb9)! 2021-11-26 12:41:32.942 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:41:32.942 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:41:32.942 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:41:35.231 26 INFO rally.api [-] Starting verification (UUID=f8d33aef-a82b-4fdb-924c-e6796bfbb0e3) for deployment 'opnfv-rally' (UUID=d8f8fde3-0031-4748-aa7a-56f5641accb9) by verifier 'opnfv-tempest' (UUID=95782973-3e04-493c-94dc-7917e3c2c9cc). 2021-11-26 12:41:35.866 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-26 12:41:35.868 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/for-deployment-d8f8fde3-0031-4748-aa7a-56f5641accb9/tempest.log' to option 'log_file'. 2021-11-26 12:41:35.869 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/for-deployment-d8f8fde3-0031-4748-aa7a-56f5641accb9/tempest.log 2021-11-26 12:41:35.869 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-26 12:41:35.870 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/for-deployment-d8f8fde3-0031-4748-aa7a-56f5641accb9/lock_files' to option 'lock_path'. 2021-11-26 12:41:35.870 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/for-deployment-d8f8fde3-0031-4748-aa7a-56f5641accb9/lock_files 2021-11-26 12:41:35.870 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-26 12:41:35.871 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/for-deployment-d8f8fde3-0031-4748-aa7a-56f5641accb9' to option 'img_dir'. 2021-11-26 12:41:35.871 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-95782973-3e04-493c-94dc-7917e3c2c9cc/for-deployment-d8f8fde3-0031-4748-aa7a-56f5641accb9 2021-11-26 12:41:35.871 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-26 12:41:35.871 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 17cde158-c0a2-428b-b49c-d1187d46e0f1 2021-11-26 12:41:35.872 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c79a86e9-cb37-4c52-8fcc-ec2d25334ce4 2021-11-26 12:41:35.872 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7f051c3a-b606-464a-b945-a7908fdef283 2021-11-26 12:41:35.873 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = dcff94f7-dd52-4a96-bdff-a13f97b0f0b3 2021-11-26 12:41:36.060 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-26 12:41:36.061 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_94bf1f8f-b38a-4bf8-85a8-d4f74781728c 2021-11-26 12:41:36.061 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-26 12:41:36.172 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-11-26 12:41:36.173 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}484efacff6a62bd302874410c14c18c38f8445be0beb97979e3febc2d26b93ff" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-26 12:41:36.199 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 4611 Content-Type: application/json Date: Fri, 26 Nov 2021 12:41:36 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-8f8907f2-f287-4c82-9640-06ea50883563 x-openstack-request-id: req-8f8907f2-f287-4c82-9640-06ea50883563 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-26 12:41:36.200 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": "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": "7f051c3a-b606-464a-b945-a7908fdef283", "name": "tempest_scenario-flavor_94bf1f8f-b38a-4bf8-85a8-d4f74781728c", "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/7f051c3a-b606-464a-b945-a7908fdef283"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/7f051c3a-b606-464a-b945-a7908fdef283"}]}, {"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": "dcff94f7-dd52-4a96-bdff-a13f97b0f0b3", "name": "tempest_scenario-flavor_alt_94bf1f8f-b38a-4bf8-85a8-d4f74781728c", "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/dcff94f7-dd52-4a96-bdff-a13f97b0f0b3"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/dcff94f7-dd52-4a96-bdff-a13f97b0f0b3"}]}]} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-26 12:41:36.200 26 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.85/compute/v2.1/flavors/detail used request id req-8f8907f2-f287-4c82-9640-06ea50883563 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-26 12:41:36.202 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-11-26 12:41:36.202 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f8d33aef_Gqiwub9X' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-11-26 12:41:36.203 26 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}484efacff6a62bd302874410c14c18c38f8445be0beb97979e3febc2d26b93ff" -d '{"flavor": {"name": "rally_verify_f8d33aef_Gqiwub9X", "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.9/site-packages/keystoneauth1/session.py:519 2021-11-26 12:41:36.235 26 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 491 Content-Type: application/json Date: Fri, 26 Nov 2021 12:41:36 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-e45eaf98-1fbd-4883-8307-e4be6f4ee372 x-openstack-request-id: req-e45eaf98-1fbd-4883-8307-e4be6f4ee372 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-26 12:41:36.236 26 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c", "name": "rally_verify_f8d33aef_Gqiwub9X", "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/1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c"}, {"rel": "bookmark", "href": "http://172.30.12.85/compute/flavors/1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c"}]}} _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:582 2021-11-26 12:41:36.236 26 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.85/compute/v2.1/flavors used request id req-e45eaf98-1fbd-4883-8307-e4be6f4ee372 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-26 12:41:36.237 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f8d33aef_Gqiwub9X' (ID = 1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c) has been successfully created! 2021-11-26 12:41:36.238 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c' to option 'instance_type'. 2021-11-26 12:41:36.238 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c 2021-11-26 12:41:36.240 26 INFO rally.task.context [-] Verification 95782973-3e04-493c-94dc-7917e3c2c9cc | Context tempest@default setup() finished in 0.88 sec 2021-11-26 12:41:36.241 26 INFO rally.task.context [-] Verification 95782973-3e04-493c-94dc-7917e3c2c9cc | Context testr@default setup() finished in 0.71 msec 2021-11-26 12:41:36.241 26 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/61c72b3e-1ef4-48df-a19b-fb565348cdb8'. 2021-11-26 12:41:43.024 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [1.661s] 2021-11-26 12:41:43.671 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest ... skip: b'Skipped as no physnet is available in config for placement based QoS allocation.' 2021-11-26 12:42:28.514 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [38.703s] 2021-11-26 12:43:03.503 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [28.853s] 2021-11-26 12:43:45.379 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [41.852s] 2021-11-26 12:43:47.532 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.281s] 2021-11-26 12:45:14.463 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [84.241s] 2021-11-26 12:46:05.336 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [50.857s] 2021-11-26 12:46:29.389 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [16.497s] 2021-11-26 12:46:58.853 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [18.262s] 2021-11-26 12:47:10.273 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_quota ... success [2.649s] 2021-11-26 12:47:10.275 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota ... skip [0.001s]: b'tempest.scenario.test_unified_limits skipped as image import is not available' 2021-11-26 12:47:26.864 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_size_quota ... success [16.589s] 2021-11-26 12:47:26.866 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_unified_limits.ImageQuotaTest.test_image_stage_quota ... skip [0.001s]: b'tempest.scenario.test_unified_limits skipped as image import is not available' 2021-11-26 12:47:35.780 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: b'Encrypted volume attach is not supported' 2021-11-26 12:48:05.446 26 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [29.647s] 2021-11-26 12:48:10.661 26 INFO rally.task.context [-] Verification 95782973-3e04-493c-94dc-7917e3c2c9cc | Context testr@default cleanup() started 2021-11-26 12:48:10.662 26 INFO rally.task.context [-] Verification 95782973-3e04-493c-94dc-7917e3c2c9cc | Context testr@default cleanup() finished in 0.76 msec 2021-11-26 12:48:10.662 26 INFO rally.task.context [-] Verification 95782973-3e04-493c-94dc-7917e3c2c9cc | Context tempest@default cleanup() started 2021-11-26 12:48:10.820 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f8d33aef_Gqiwub9X'. 2021-11-26 12:48:10.821 26 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.85/compute/v2.1/flavors/1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}2f4010769f49994c4f0af2188ad154713204f2a0a429569ad6a1a31bfa3d9d31" _http_log_request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:519 2021-11-26 12:48:10.943 26 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Fri, 26 Nov 2021 12:48:10 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-6cda611e-ac31-4505-81da-c03798c95c84 x-openstack-request-id: req-6cda611e-ac31-4505-81da-c03798c95c84 _http_log_response /usr/lib/python3.9/site-packages/keystoneauth1/session.py:550 2021-11-26 12:48:10.944 26 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.85/compute/v2.1/flavors/1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c used request id req-6cda611e-ac31-4505-81da-c03798c95c84 request /usr/lib/python3.9/site-packages/keystoneauth1/session.py:954 2021-11-26 12:48:10.944 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f8d33aef_Gqiwub9X' has been deleted. 2021-11-26 12:48:10.945 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c' of option 'instance_type' from Tempest config file. 2021-11-26 12:48:10.945 26 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1f0a3f9b-148f-4d2f-b1a9-3cbc4076bf8c' has been removed. 2021-11-26 12:48:10.947 26 INFO rally.task.context [-] Verification 95782973-3e04-493c-94dc-7917e3c2c9cc | Context tempest@default cleanup() finished in 0.28 sec 2021-11-26 12:48:10.972 26 INFO rally.api [-] Verification (UUID=f8d33aef-a82b-4fdb-924c-e6796bfbb0e3) has been successfully finished for deployment 'opnfv-rally' (UUID=d8f8fde3-0031-4748-aa7a-56f5641accb9)! 2021-11-26 12:48:12.778 140 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:48:12.779 140 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:48:12.779 140 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:48:14.533 141 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:48:14.533 141 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:48:14.534 141 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:48:16.830 141 INFO rally.api [-] Building 'html' report for the following verification(s): 'f8d33aef-a82b-4fdb-924c-e6796bfbb0e3' 2021-11-26 12:48:16.849 141 INFO rally.api [-] The report has been successfully built. 2021-11-26 12:48:18.405 142 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-26 12:48:18.406 142 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-26 12:48:18.406 142 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-26 12:48:20.727 142 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f8d33aef-a82b-4fdb-924c-e6796bfbb0e3' 2021-11-26 12:48:20.729 142 INFO rally.api [-] The report has been successfully built.