2022-11-07 12:09:24.583 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:24.584 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:24.584 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:27.087 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 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-11-07 12:09:27.087 7 ERROR rally.cli.cliutils 2022-11-07 12:09:29.022 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:29.023 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:29.023 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:33.676 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:33.677 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:33.677 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:38.298 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:38.299 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:38.299 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:40.026 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:40.026 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:40.027 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:42.215 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 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-11-07 12:09:42.215 13 ERROR rally.cli.cliutils 2022-11-07 12:09:43.953 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:43.953 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:43.954 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:46.247 14 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-11-07 12:09:46.289 14 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-54abec27-8a61-485d-88c6-0d045ecc303d/repo. 2022-11-07 12:09:46.576 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-54abec27-8a61-485d-88c6-0d045ecc303d/repo'... done. ' 2022-11-07 12:09:46.582 14 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2022-11-07 12:09:46.594 14 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-11-07 12:09:46.647 14 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-11-07 12:09:47.536 14 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54abec27-8a61-485d-88c6-0d045ecc303d) has been successfully created! 2022-11-07 12:09:49.298 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:49.298 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:49.298 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:55.549 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:09:55.550 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:09:55.550 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:09:57.729 22 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=54abec27-8a61-485d-88c6-0d045ecc303d) for deployment 'opnfv-rally' (UUID=a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00). 2022-11-07 12:09:58.074 22 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=54abec27-8a61-485d-88c6-0d045ecc303d) has been successfully configured for deployment 'opnfv-rally' (UUID=a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00)! 2022-11-07 12:10:20.629 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:10:20.630 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:10:20.630 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:10:23.157 25 INFO rally.api [-] Starting verification (UUID=d4f6e750-404e-49e5-bc21-964cf18e603a) for deployment 'opnfv-rally' (UUID=a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00) by verifier 'opnfv-tempest' (UUID=54abec27-8a61-485d-88c6-0d045ecc303d). 2022-11-07 12:10:23.877 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-11-07 12:10:23.877 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-54abec27-8a61-485d-88c6-0d045ecc303d/for-deployment-a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00/tempest.log' to option 'log_file'. 2022-11-07 12:10:23.878 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-54abec27-8a61-485d-88c6-0d045ecc303d/for-deployment-a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00/tempest.log 2022-11-07 12:10:23.878 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-11-07 12:10:23.878 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-54abec27-8a61-485d-88c6-0d045ecc303d/for-deployment-a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00/lock_files' to option 'lock_path'. 2022-11-07 12:10:23.879 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-54abec27-8a61-485d-88c6-0d045ecc303d/for-deployment-a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00/lock_files 2022-11-07 12:10:23.879 25 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 2022-11-07 12:10:23.879 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 31ee1a22-a75a-43d5-a0f1-0dd8d93ae5e8 2022-11-07 12:10:23.879 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e2f6c027-1eef-4492-a351-6bdfc5310ccb 2022-11-07 12:10:23.880 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cda1494c-dd4d-44c6-be13-87242f03cc81 2022-11-07 12:10:23.880 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 25c67edb-670b-44e5-953b-b76c18cbc896 2022-11-07 12:10:24.053 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-11-07 12:10:24.054 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron_cntt-net_c092cc4e-188b-4f27-97fb-7a42caa491db 2022-11-07 12:10:24.054 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-11-07 12:10:24.123 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 128MB, VCPUs = 1, disk >= 5GiB. 2022-11-07 12:10:24.123 25 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X GET http://172.30.12.88/compute/v2.1/flavors/detail -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}8352cf312bf84b24d3900cbd2d4cd5298faa78f1f6a56816c54922b838715d3b" _http_log_request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:519 2022-11-07 12:10:24.149 25 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 6679 Content-Type: application/json Date: Mon, 07 Nov 2022 12:10:24 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-a0b59987-3906-40de-b729-87614a08a411 x-openstack-request-id: req-a0b59987-3906-40de-b729-87614a08a411 _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:550 2022-11-07 12:10:24.150 25 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.88/compute/v2.1/flavors/1"}, {"rel": "bookmark", "href": "http://172.30.12.88/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.88/compute/v2.1/flavors/2"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/2"}]}, {"id": "25c67edb-670b-44e5-953b-b76c18cbc896", "name": "tempest_neutron_cntt-flavor_alt_c092cc4e-188b-4f27-97fb-7a42caa491db", "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.88/compute/v2.1/flavors/25c67edb-670b-44e5-953b-b76c18cbc896"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/25c67edb-670b-44e5-953b-b76c18cbc896"}]}, {"id": "2b4f07b6-c691-4c7c-8837-922742e41cb6", "name": "tempest_heat_cntt-flavor_78e8476a-8895-44fa-abb5-96facf9166c3", "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.88/compute/v2.1/flavors/2b4f07b6-c691-4c7c-8837-922742e41cb6"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/2b4f07b6-c691-4c7c-8837-922742e41cb6"}]}, {"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.88/compute/v2.1/flavors/3"}, {"rel": "bookmark", "href": "http://172.30.12.88/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.88/compute/v2.1/flavors/4"}, {"rel": "bookmark", "href": "http://172.30.12.88/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.88/compute/v2.1/flavors/5"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/5"}]}, {"id": "703daff2-d3a1-4853-9cc9-00d6c69dbce9", "name": "tempest_scenario_cntt-flavor_27bd294c-d61f-45ab-bef3-160ae62f321b", "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.88/compute/v2.1/flavors/703daff2-d3a1-4853-9cc9-00d6c69dbce9"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/703daff2-d3a1-4853-9cc9-00d6c69dbce9"}]}, {"id": "aa1e4424-1ed9-4c85-b9c0-202c49da5903", "name": "tempest_full_cntt-flavor_8de56ccc-7a67-41c5-9312-9beb543e23ba", "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.88/compute/v2.1/flavors/aa1e4424-1ed9-4c85-b9c0-202c49da5903"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/aa1e4424-1ed9-4c85-b9c0-202c49da5903"}]}, {"id": "b88ffff8-deae-43ca-bc0b-882bff5a285a", "name": "tempest_heat_cntt-flavor_alt_78e8476a-8895-44fa-abb5-96facf9166c3", "ram": 512, "disk": 4, "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.88/compute/v2.1/flavors/b88ffff8-deae-43ca-bc0b-882bff5a285a"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/b88ffff8-deae-43ca-bc0b-882bff5a285a"}]}, {"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.88/compute/v2.1/flavors/c1"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/c1"}]}, {"id": "cda1494c-dd4d-44c6-be13-87242f03cc81", "name": "tempest_neutron_cntt-flavor_c092cc4e-188b-4f27-97fb-7a42caa491db", "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.88/compute/v2.1/flavors/cda1494c-dd4d-44c6-be13-87242f03cc81"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/cda1494c-dd4d-44c6-be13-87242f03cc81"}]}, {"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.88/compute/v2.1/flavors/d1"}, {"rel": "bookmark", "href": "http://172.30.12.88/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.88/compute/v2.1/flavors/d2"}, {"rel": "bookmark", "href": "http://172.30.12.88/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.88/compute/v2.1/flavors/d3"}, {"rel": "bookmark", "href": "http://172.30.12.88/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.88/compute/v2.1/flavors/d4"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/d4"}]}]} _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:582 2022-11-07 12:10:24.150 25 DEBUG novaclient.v2.client [-] GET call to compute for http://172.30.12.88/compute/v2.1/flavors/detail used request id req-a0b59987-3906-40de-b729-87614a08a411 request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:954 2022-11-07 12:10:24.152 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-11-07 12:10:24.153 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d4f6e750_k3rKcgXX' with the following properties: RAM = 128MB, VCPUs = 1, disk = 5GB. 2022-11-07 12:10:24.154 25 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X POST http://172.30.12.88/compute/v2.1/flavors -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}8352cf312bf84b24d3900cbd2d4cd5298faa78f1f6a56816c54922b838715d3b" -d '{"flavor": {"name": "rally_verify_d4f6e750_k3rKcgXX", "ram": 128, "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.10/site-packages/keystoneauth1/session.py:519 2022-11-07 12:10:24.186 25 DEBUG novaclient.v2.client [-] RESP: [200] Connection: close Content-Length: 492 Content-Type: application/json Date: Mon, 07 Nov 2022 12:10:24 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-56333f91-2623-4d51-ae5e-8dbc325b523f x-openstack-request-id: req-56333f91-2623-4d51-ae5e-8dbc325b523f _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:550 2022-11-07 12:10:24.187 25 DEBUG novaclient.v2.client [-] RESP BODY: {"flavor": {"id": "60025c66-f4d7-498a-ba77-6efb384f47f5", "name": "rally_verify_d4f6e750_k3rKcgXX", "ram": 128, "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.88/compute/v2.1/flavors/60025c66-f4d7-498a-ba77-6efb384f47f5"}, {"rel": "bookmark", "href": "http://172.30.12.88/compute/flavors/60025c66-f4d7-498a-ba77-6efb384f47f5"}]}} _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:582 2022-11-07 12:10:24.187 25 DEBUG novaclient.v2.client [-] POST call to compute for http://172.30.12.88/compute/v2.1/flavors used request id req-56333f91-2623-4d51-ae5e-8dbc325b523f request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:954 2022-11-07 12:10:24.188 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d4f6e750_k3rKcgXX' (ID = 60025c66-f4d7-498a-ba77-6efb384f47f5) has been successfully created! 2022-11-07 12:10:24.189 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '60025c66-f4d7-498a-ba77-6efb384f47f5' to option 'instance_type'. 2022-11-07 12:10:24.189 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 60025c66-f4d7-498a-ba77-6efb384f47f5 2022-11-07 12:10:24.191 25 INFO rally.task.context [-] Verification 54abec27-8a61-485d-88c6-0d045ecc303d | Context tempest@default setup() finished in 0.72 sec 2022-11-07 12:10:24.192 25 INFO rally.task.context [-] Verification 54abec27-8a61-485d-88c6-0d045ecc303d | Context testr@default setup() finished in 0.87 msec 2022-11-07 12:10:24.192 25 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/84dceb7e-d4f1-474f-ad09-2cb63bdc6009'. 2022-11-07 12:10:31.246 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.013s] 2022-11-07 12:10:31.258 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.012s] 2022-11-07 12:10:31.460 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.201s] 2022-11-07 12:10:31.473 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.013s] 2022-11-07 12:10:31.553 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.078s] 2022-11-07 12:10:31.576 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.022s] 2022-11-07 12:10:31.648 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [0.649s] 2022-11-07 12:10:31.656 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.011s] 2022-11-07 12:10:31.870 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [0.214s] 2022-11-07 12:10:32.401 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [1.569s] 2022-11-07 12:10:32.752 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [0.350s] 2022-11-07 12:10:34.732 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [1.017s] 2022-11-07 12:10:36.709 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [1.693s] 2022-11-07 12:10:36.884 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [5.454s] 2022-11-07 12:10:37.739 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [2.211s] 2022-11-07 12:10:38.115 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [1.233s] 2022-11-07 12:10:39.041 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [0.926s] 2022-11-07 12:10:40.487 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [1.446s] 2022-11-07 12:10:41.708 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [1.219s] 2022-11-07 12:10:41.977 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.294s] 2022-11-07 12:10:42.473 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [0.497s] 2022-11-07 12:10:43.260 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [2.713s] 2022-11-07 12:10:43.805 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [2.096s] 2022-11-07 12:10:43.937 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id ... success [0.677s] 2022-11-07 12:10:45.510 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [1.572s] 2022-11-07 12:10:46.199 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_associate_floating_ip_with_port_from_another_project ... success [2.040s] 2022-11-07 12:10:46.266 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [2.459s] 2022-11-07 12:10:47.110 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [0.911s] 2022-11-07 12:10:47.244 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [1.732s] 2022-11-07 12:10:47.284 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags ... success [0.631s] 2022-11-07 12:10:48.230 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [0.986s] 2022-11-07 12:10:49.478 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [1.247s] 2022-11-07 12:10:50.160 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [3.894s] 2022-11-07 12:10:50.750 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_blocked_from_creating_external_wild_policies ... success [0.589s] 2022-11-07 12:10:51.924 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [2.443s] 2022-11-07 12:10:53.135 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [2.384s] 2022-11-07 12:10:53.567 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [1.643s] 2022-11-07 12:10:54.450 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [1.314s] 2022-11-07 12:10:54.802 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [0.352s] 2022-11-07 12:10:55.600 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags ... success [0.198s] 2022-11-07 12:10:56.033 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [2.465s] 2022-11-07 12:10:57.426 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [1.236s] 2022-11-07 12:10:57.806 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [1.773s] 2022-11-07 12:10:58.112 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [0.686s] 2022-11-07 12:10:59.087 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [0.693s] 2022-11-07 12:10:59.788 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [1.674s] 2022-11-07 12:11:00.029 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_port_shared_network_as_non_admin_tenant ... success [0.940s] 2022-11-07 12:11:00.412 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [0.623s] 2022-11-07 12:11:00.588 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [0.558s] 2022-11-07 12:11:00.947 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [0.535s] 2022-11-07 12:11:01.466 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [0.517s] 2022-11-07 12:11:01.559 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [0.968s] 2022-11-07 12:11:01.632 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [3.825s] 2022-11-07 12:11:02.589 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [1.123s] 2022-11-07 12:11:03.212 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [1.651s] 2022-11-07 12:11:03.444 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.232s] 2022-11-07 12:11:03.577 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [1.422s] 2022-11-07 12:11:03.609 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.166s] 2022-11-07 12:11:04.039 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [2.405s] 2022-11-07 12:11:06.651 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags ... success [0.446s] 2022-11-07 12:11:07.599 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [3.559s] 2022-11-07 12:11:09.374 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [1.776s] 2022-11-07 12:11:09.850 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [0.475s] 2022-11-07 12:11:09.866 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.501s] 2022-11-07 12:11:10.767 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [0.916s] 2022-11-07 12:11:10.791 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.155s] 2022-11-07 12:11:10.949 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [1.270s] 2022-11-07 12:11:12.759 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [1.992s] 2022-11-07 12:11:13.920 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [1.159s] 2022-11-07 12:11:14.465 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [0.545s] 2022-11-07 12:11:14.492 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_groups.AddressGroupTest.test_add_wrong_address_to_address_group ... success [0.515s] 2022-11-07 12:11:14.510 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_groups.AddressGroupTest.test_address_group_create_with_wrong_address ... success [0.019s] 2022-11-07 12:11:14.873 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_groups.AddressGroupTest.test_address_group_lifecycle ... success [0.362s] 2022-11-07 12:11:15.056 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [0.790s] 2022-11-07 12:11:15.289 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_groups.AddressGroupTest.test_edit_addresses_in_address_group ... success [0.415s] 2022-11-07 12:11:15.605 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_groups.AddressGroupTest.test_remove_wrong_address_from_address_group ... success [0.314s] 2022-11-07 12:11:16.123 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [1.657s] 2022-11-07 12:11:17.387 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.122s] 2022-11-07 12:11:19.374 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [0.680s] 2022-11-07 12:11:20.264 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [1.153s] 2022-11-07 12:11:20.601 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [2.078s] 2022-11-07 12:11:23.778 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [0.547s] 2022-11-07 12:11:23.812 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [3.210s] 2022-11-07 12:11:25.123 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [1.311s] 2022-11-07 12:11:26.070 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.231s] 2022-11-07 12:11:26.128 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [1.004s] 2022-11-07 12:11:26.155 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.085s] 2022-11-07 12:11:26.351 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.195s] 2022-11-07 12:11:26.425 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.074s] 2022-11-07 12:11:26.476 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.051s] 2022-11-07 12:11:26.534 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.057s] 2022-11-07 12:11:26.638 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.104s] 2022-11-07 12:11:27.170 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [1.041s] 2022-11-07 12:11:27.599 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [0.455s] 2022-11-07 12:11:28.509 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [1.338s] 2022-11-07 12:11:29.032 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [0.780s] 2022-11-07 12:11:30.938 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.803s] 2022-11-07 12:11:31.315 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [2.805s] 2022-11-07 12:11:31.322 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.383s] 2022-11-07 12:11:34.744 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [3.427s] 2022-11-07 12:11:35.328 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.138s] 2022-11-07 12:11:35.495 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.167s] 2022-11-07 12:11:35.513 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.018s] 2022-11-07 12:11:35.529 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.015s] 2022-11-07 12:11:35.551 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.021s] 2022-11-07 12:11:35.564 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.014s] 2022-11-07 12:11:35.587 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [0.870s] 2022-11-07 12:11:36.240 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.338s] 2022-11-07 12:11:40.262 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.740s] 2022-11-07 12:11:44.265 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [2.069s] 2022-11-07 12:11:44.997 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags ... success [0.517s] 2022-11-07 12:11:45.668 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [1.428s] 2022-11-07 12:11:47.463 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [3.196s] 2022-11-07 12:11:49.219 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_filter_fields ... success [0.679s] 2022-11-07 12:11:49.514 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_filter_rbac_policies ... success [0.295s] 2022-11-07 12:11:49.694 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_policy_target_update ... success [0.179s] 2022-11-07 12:11:49.900 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_rbac_policy_show ... success [0.205s] 2022-11-07 12:11:50.249 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.349s] 2022-11-07 12:11:50.341 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [1.530s] 2022-11-07 12:11:50.417 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_blocked_from_updating_shared_address_group ... success [0.167s] 2022-11-07 12:11:50.859 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_shares_to_another_regular_client ... success [0.438s] 2022-11-07 12:11:50.997 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [3.534s] 2022-11-07 12:11:51.586 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_secgrprule_presence_prevents_policy_rbac_policy_deletion ... success [0.729s] 2022-11-07 12:11:54.087 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [0.666s] 2022-11-07 12:11:54.399 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.314s] 2022-11-07 12:11:54.615 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.215s] 2022-11-07 12:11:54.627 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [7.997s] 2022-11-07 12:11:54.875 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.259s] 2022-11-07 12:11:55.098 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.222s] 2022-11-07 12:11:55.152 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.348s] 2022-11-07 12:11:55.168 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.017s] 2022-11-07 12:11:55.182 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.013s] 2022-11-07 12:11:55.192 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.010s] 2022-11-07 12:11:55.388 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.194s] 2022-11-07 12:11:55.463 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.075s] 2022-11-07 12:11:55.513 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [0.413s] 2022-11-07 12:11:55.519 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.056s] 2022-11-07 12:11:55.536 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.017s] 2022-11-07 12:11:55.601 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.064s] 2022-11-07 12:11:55.986 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [0.474s] 2022-11-07 12:11:59.903 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.129s] 2022-11-07 12:12:00.385 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [0.479s] 2022-11-07 12:12:00.447 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.156s] 2022-11-07 12:12:00.699 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.314s] 2022-11-07 12:12:01.233 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.534s] 2022-11-07 12:12:01.997 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.762s] 2022-11-07 12:12:03.965 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.965s] 2022-11-07 12:12:04.952 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.987s] 2022-11-07 12:12:05.090 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.139s] 2022-11-07 12:12:05.143 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [2.383s] 2022-11-07 12:12:05.225 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.134s] 2022-11-07 12:12:06.296 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [1.153s] 2022-11-07 12:12:06.761 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.466s] 2022-11-07 12:12:08.179 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ipv6_ip_availability_after_subnet_and_ports ... success [1.415s] 2022-11-07 12:12:08.389 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [2.096s] 2022-11-07 12:12:09.331 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [0.942s] 2022-11-07 12:12:09.503 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [0.171s] 2022-11-07 12:12:10.202 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [2.023s] 2022-11-07 12:12:10.429 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.099s] 2022-11-07 12:12:10.915 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [0.483s] 2022-11-07 12:12:11.126 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.211s] 2022-11-07 12:12:11.262 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [1.759s] 2022-11-07 12:12:11.525 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.398s] 2022-11-07 12:12:11.900 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [1.697s] 2022-11-07 12:12:11.912 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.386s] 2022-11-07 12:12:12.256 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_delete_allocated_net_topology_as_tenant ... success [12.049s] 2022-11-07 12:12:12.570 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [1.307s] 2022-11-07 12:12:13.227 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.311s] 2022-11-07 12:12:14.108 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.882s] 2022-11-07 12:12:14.188 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.079s] 2022-11-07 12:12:14.276 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.089s] 2022-11-07 12:12:17.481 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_illegal_ip ... success [0.014s] 2022-11-07 12:12:17.505 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_network_id ... success [0.023s] 2022-11-07 12:12:17.678 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_security_groups_id ... success [0.172s] 2022-11-07 12:12:17.689 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_tenant_id ... success [0.011s] 2022-11-07 12:12:17.697 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_too_long_description ... success [0.008s] 2022-11-07 12:12:17.705 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_too_long_name ... success [0.008s] 2022-11-07 12:12:19.891 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsIpv6TestJSON.test_add_ipv6_ips_to_port ... success [1.336s] 2022-11-07 12:12:20.540 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_get_allocated_net_topology_as_tenant ... success [8.280s] 2022-11-07 12:12:20.544 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.148s] 2022-11-07 12:12:20.648 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.211s] 2022-11-07 12:12:21.127 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination ... success [0.476s] 2022-11-07 12:12:21.262 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.136s] 2022-11-07 12:12:21.528 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.264s] 2022-11-07 12:12:21.881 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.351s] 2022-11-07 12:12:22.714 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.831s] 2022-11-07 12:12:22.839 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [0.719s] 2022-11-07 12:12:23.057 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_marker ... success [0.343s] 2022-11-07 12:12:23.147 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_asc ... success [0.091s] 2022-11-07 12:12:23.243 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_desc ... success [0.095s] 2022-11-07 12:12:23.323 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [0.484s] 2022-11-07 12:12:25.648 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.345s] 2022-11-07 12:12:26.019 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy ... success [0.370s] 2022-11-07 12:12:26.267 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [0.472s] 2022-11-07 12:12:26.352 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create ... success [0.333s] 2022-11-07 12:12:26.498 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_create_policy ... success [0.428s] 2022-11-07 12:12:26.612 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.260s] 2022-11-07 12:12:26.623 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2022-11-07 12:12:26.637 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.014s] 2022-11-07 12:12:26.754 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [0.484s] 2022-11-07 12:12:26.816 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.064s] 2022-11-07 12:12:26.908 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_delete ... success [0.269s] 2022-11-07 12:12:27.126 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.309s] 2022-11-07 12:12:27.175 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update ... success [0.267s] 2022-11-07 12:12:27.182 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_with_policy ... success [0.685s] 2022-11-07 12:12:27.346 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.169s] 2022-11-07 12:12:27.600 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.255s] 2022-11-07 12:12:27.876 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_without_policy ... success [0.693s] 2022-11-07 12:12:28.427 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_network ... success [0.550s] 2022-11-07 12:12:28.678 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.152s] 2022-11-07 12:12:28.686 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.009s] 2022-11-07 12:12:28.698 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.011s] 2022-11-07 12:12:28.707 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.009s] 2022-11-07 12:12:29.485 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_port ... success [1.057s] 2022-11-07 12:12:29.625 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_policy ... success [0.140s] 2022-11-07 12:12:29.707 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_get_policy_that_is_shared ... success [0.082s] 2022-11-07 12:12:29.718 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_admin_rule_types ... success [0.011s] 2022-11-07 12:12:29.871 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_filter_by_name ... success [0.152s] 2022-11-07 12:12:30.324 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_get_rules_by_policy ... success [0.797s] 2022-11-07 12:12:30.325 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_sort_by_name ... success [0.449s] 2022-11-07 12:12:30.331 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_regular_rule_types ... success [0.010s] 2022-11-07 12:12:30.845 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_create ... success [0.523s] 2022-11-07 12:12:30.917 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_admin_network ... success [0.584s] 2022-11-07 12:12:31.114 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_non_shared_policy ... success [0.197s] 2022-11-07 12:12:31.204 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_nonexistent_policy ... success [0.089s] 2022-11-07 12:12:31.255 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_create_any_direction_when_egress_direction_exists ... success [0.409s] 2022-11-07 12:12:31.541 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_create_egress_direction_when_any_direction_exists ... success [0.286s] 2022-11-07 12:12:31.601 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_create_fail_for_missing_min_kpps ... success [0.060s] 2022-11-07 12:12:31.604 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_non_shared_policy ... success [0.400s] 2022-11-07 12:12:31.892 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.290s] 2022-11-07 12:12:31.928 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_nonexistent_policy ... success [0.323s] 2022-11-07 12:12:32.000 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.661s] 2022-11-07 12:12:32.124 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.231s] 2022-11-07 12:12:32.492 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.492s] 2022-11-07 12:12:32.580 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_delete ... success [0.455s] 2022-11-07 12:12:32.928 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_shared_policy ... success [0.998s] 2022-11-07 12:12:33.306 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_update ... success [0.725s] 2022-11-07 12:12:33.324 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_tenant_network ... success [0.396s] 2022-11-07 12:12:33.338 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_create_forbidden_for_regular_tenants ... success [0.013s] 2022-11-07 12:12:33.549 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update ... success [0.210s] 2022-11-07 12:12:33.645 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.689s] 2022-11-07 12:12:33.988 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumPpsRuleTestJSON.test_rule_update_direction_conflict ... success [0.682s] 2022-11-07 12:12:34.373 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_admin_network ... success [0.822s] 2022-11-07 12:12:35.196 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_port_shared_policy ... success [0.821s] 2022-11-07 12:12:35.240 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_foreign_policy ... success [0.045s] 2022-11-07 12:12:35.329 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_own_policy ... success [0.088s] 2022-11-07 12:12:35.481 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.835s] 2022-11-07 12:12:35.552 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_qos_policy_delete_with_rules ... success [0.222s] 2022-11-07 12:12:35.873 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.104s] 2022-11-07 12:12:35.924 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_shared_policy_update ... success [0.370s] 2022-11-07 12:12:35.945 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.465s] 2022-11-07 12:12:36.005 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.131s] 2022-11-07 12:12:36.006 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_policy_has_project_id ... success [0.081s] 2022-11-07 12:12:36.013 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_admin ... success [0.008s] 2022-11-07 12:12:36.017 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.012s] 2022-11-07 12:12:36.019 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_user ... success [0.006s] 2022-11-07 12:12:36.027 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.010s] 2022-11-07 12:12:36.042 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.014s] 2022-11-07 12:12:36.054 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.012s] 2022-11-07 12:12:36.365 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.418s] 2022-11-07 12:12:36.791 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.425s] 2022-11-07 12:12:36.810 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_user_create_port_with_admin_qos_policy ... success [0.789s] 2022-11-07 12:12:37.210 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.421s] 2022-11-07 12:12:37.499 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.287s] 2022-11-07 12:12:37.756 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.256s] 2022-11-07 12:12:37.983 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.227s] 2022-11-07 12:12:38.181 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_fields ... success [0.539s] 2022-11-07 12:12:38.206 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.223s] 2022-11-07 12:12:38.217 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.011s] 2022-11-07 12:12:38.227 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.009s] 2022-11-07 12:12:38.240 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.013s] 2022-11-07 12:12:38.254 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.013s] 2022-11-07 12:12:38.561 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.306s] 2022-11-07 12:12:38.593 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_rbac_policies ... success [0.413s] 2022-11-07 12:12:38.846 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.283s] 2022-11-07 12:12:39.184 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.338s] 2022-11-07 12:12:39.601 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.417s] 2022-11-07 12:12:39.730 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_project_id_wild_remove ... success [1.134s] 2022-11-07 12:12:39.864 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.261s] 2022-11-07 12:12:39.960 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [1.334s] 2022-11-07 12:12:40.036 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... success [0.076s] 2022-11-07 12:12:40.075 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.210s] 2022-11-07 12:12:40.258 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.183s] 2022-11-07 12:12:40.461 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.202s] 2022-11-07 12:12:40.584 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_projectid_wild_remains ... success [0.855s] 2022-11-07 12:12:42.000 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_network_presence_prevents_policy_rbac_policy_deletion ... success [1.413s] 2022-11-07 12:12:43.787 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard ... success [1.787s] 2022-11-07 12:12:44.316 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard_and_project_id ... success [0.528s] 2022-11-07 12:12:44.423 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [1.477s] 2022-11-07 12:12:44.523 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_target_update ... success [0.207s] 2022-11-07 12:12:44.803 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_rbac_policy_show ... success [0.279s] 2022-11-07 12:12:44.971 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosMinimumPpsRuleNegativeTestJSON.test_rule_create_rule_non_existent_policy ... success [0.199s] 2022-11-07 12:12:45.161 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosMinimumPpsRuleNegativeTestJSON.test_rule_update_rule_nonexistent_policy ... success [0.190s] 2022-11-07 12:12:45.182 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.378s] 2022-11-07 12:12:45.262 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosMinimumPpsRuleNegativeTestJSON.test_rule_update_rule_nonexistent_rule ... success [0.100s] 2022-11-07 12:12:45.513 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_shares_to_another_regular_client ... success [0.331s] 2022-11-07 12:12:45.885 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosDscpRuleNegativeTestJSON.test_rule_create_rule_non_existent_policy ... success [0.202s] 2022-11-07 12:12:46.046 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosDscpRuleNegativeTestJSON.test_rule_update_rule_nonexistent_policy ... success [0.161s] 2022-11-07 12:12:46.101 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosDscpRuleNegativeTestJSON.test_rule_update_rule_nonexistent_rule ... success [0.055s] 2022-11-07 12:12:46.585 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [2.163s] 2022-11-07 12:12:47.637 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [1.050s] 2022-11-07 12:12:48.184 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_description ... success [0.208s] 2022-11-07 12:12:48.195 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_name ... success [0.011s] 2022-11-07 12:12:48.203 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_tenant_id ... success [0.007s] 2022-11-07 12:12:48.353 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_delete_non_existent_qos_policy ... success [0.149s] 2022-11-07 12:12:48.373 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_get_non_existent_qos_policy ... success [0.019s] 2022-11-07 12:12:48.390 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_non_existent_qos_policy ... success [0.016s] 2022-11-07 12:12:48.458 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_description ... success [0.067s] 2022-11-07 12:12:48.506 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_name ... success [0.049s] 2022-11-07 12:12:48.864 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_security ... success [1.227s] 2022-11-07 12:12:49.004 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.117s] 2022-11-07 12:12:49.609 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [0.603s] 2022-11-07 12:12:49.890 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.281s] 2022-11-07 12:12:50.164 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.273s] 2022-11-07 12:12:50.380 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [2.784s] 2022-11-07 12:12:50.770 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.605s] 2022-11-07 12:12:52.493 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.722s] 2022-11-07 12:12:52.525 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [2.146s] 2022-11-07 12:12:53.362 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [0.868s] 2022-11-07 12:12:53.444 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.082s] 2022-11-07 12:12:53.563 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [1.037s] 2022-11-07 12:12:53.577 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.133s] 2022-11-07 12:12:53.643 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [3.309s] 2022-11-07 12:12:55.286 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [1.723s] 2022-11-07 12:12:55.369 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_get_rules_by_policy ... success [0.450s] 2022-11-07 12:12:55.414 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_invalid_rule_create ... success [0.047s] 2022-11-07 12:12:55.675 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [2.032s] 2022-11-07 12:12:58.713 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [0.774s] 2022-11-07 12:12:59.135 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.423s] 2022-11-07 12:13:00.009 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_qos_dscp_create_and_update ... success [4.586s] 2022-11-07 12:13:00.199 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create ... success [0.192s] 2022-11-07 12:13:00.355 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.157s] 2022-11-07 12:13:00.366 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2022-11-07 12:13:00.383 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.017s] 2022-11-07 12:13:00.559 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.121s] 2022-11-07 12:13:00.624 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_delete ... success [0.239s] 2022-11-07 12:13:00.886 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_update ... success [0.261s] 2022-11-07 12:13:01.558 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [0.839s] 2022-11-07 12:13:02.346 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [0.787s] 2022-11-07 12:13:02.489 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.042s] 2022-11-07 12:13:02.648 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.302s] 2022-11-07 12:13:02.657 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.009s] 2022-11-07 12:13:02.722 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.230s] 2022-11-07 12:13:02.835 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.113s] 2022-11-07 12:13:02.930 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.094s] 2022-11-07 12:13:03.223 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [0.563s] 2022-11-07 12:13:03.392 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.462s] 2022-11-07 12:13:03.929 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.534s] 2022-11-07 12:13:04.029 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [0.805s] 2022-11-07 12:13:04.135 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_create_rule_non_existent_policy ... success [0.166s] 2022-11-07 12:13:04.146 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.117s] 2022-11-07 12:13:04.183 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.254s] 2022-11-07 12:13:04.208 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.026s] 2022-11-07 12:13:04.238 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.030s] 2022-11-07 12:13:04.277 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_policy ... success [0.142s] 2022-11-07 12:13:04.317 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.170s] 2022-11-07 12:13:04.346 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_rule ... success [0.069s] 2022-11-07 12:13:04.372 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.054s] 2022-11-07 12:13:06.868 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [11.578s] 2022-11-07 12:13:07.362 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosMinimumBandwidthRuleNegativeTestJSON.test_rule_create_rule_non_existent_policy ... success [0.280s] 2022-11-07 12:13:07.508 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosMinimumBandwidthRuleNegativeTestJSON.test_rule_update_rule_nonexistent_policy ... success [0.145s] 2022-11-07 12:13:07.526 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [0.660s] 2022-11-07 12:13:07.579 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosMinimumBandwidthRuleNegativeTestJSON.test_rule_update_rule_nonexistent_rule ... success [0.071s] 2022-11-07 12:13:08.115 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [1.113s] 2022-11-07 12:13:08.201 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.085s] 2022-11-07 12:13:08.434 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [0.338s] 2022-11-07 12:13:08.479 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [0.952s] 2022-11-07 12:13:08.508 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.075s] 2022-11-07 12:13:08.904 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [0.702s] 2022-11-07 12:13:09.130 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.226s] 2022-11-07 12:13:10.014 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [0.882s] 2022-11-07 12:13:10.065 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [1.585s] 2022-11-07 12:13:10.820 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [0.806s] 2022-11-07 12:13:12.137 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [2.070s] 2022-11-07 12:13:13.335 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetServiceTypeTestJSON.test_allocate_ips_are_from_correct_subnet ... success [2.525s] 2022-11-07 12:13:13.584 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [1.446s] 2022-11-07 12:13:14.473 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... success [0.888s] 2022-11-07 12:13:16.550 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... success [2.077s] 2022-11-07 12:13:19.673 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.080s] 2022-11-07 12:13:20.054 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.379s] 2022-11-07 12:13:20.269 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.215s] 2022-11-07 12:13:20.436 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.166s] 2022-11-07 12:13:21.123 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.685s] 2022-11-07 12:13:22.142 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.015s] 2022-11-07 12:13:22.317 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_add_subports ... success [3.840s] 2022-11-07 12:13:22.709 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [6.157s] 2022-11-07 12:13:22.931 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersDeleteTest.test_delete_router ... success [10.286s] 2022-11-07 12:13:23.114 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.971s] 2022-11-07 12:13:23.197 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.084s] 2022-11-07 12:13:23.271 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.073s] 2022-11-07 12:13:24.817 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk ... success [2.499s] 2022-11-07 12:13:26.539 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list ... success [1.721s] 2022-11-07 12:13:27.455 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [0.391s] 2022-11-07 12:13:28.133 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [0.676s] 2022-11-07 12:13:28.136 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified ... success [1.598s] 2022-11-07 12:13:28.608 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [0.475s] 2022-11-07 12:13:28.661 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.053s] 2022-11-07 12:13:28.889 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.228s] 2022-11-07 12:13:28.899 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [6.189s] 2022-11-07 12:13:29.070 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.171s] 2022-11-07 12:13:29.804 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [0.914s] 2022-11-07 12:13:29.886 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk ... success [1.747s] 2022-11-07 12:13:30.112 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [1.040s] 2022-11-07 12:13:30.773 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [0.967s] 2022-11-07 12:13:30.878 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.105s] 2022-11-07 12:13:30.976 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_in_use ... success [3.107s] 2022-11-07 12:13:31.126 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_port_nonexist ... success [0.149s] 2022-11-07 12:13:31.393 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description ... success [1.508s] 2022-11-07 12:13:31.443 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [1.331s] 2022-11-07 12:13:31.690 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [0.812s] 2022-11-07 12:13:32.845 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [1.154s] 2022-11-07 12:13:33.132 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [1.689s] 2022-11-07 12:13:33.843 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [0.997s] 2022-11-07 12:13:33.979 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.136s] 2022-11-07 12:13:34.654 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [3.524s] 2022-11-07 12:13:34.741 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed ... success [3.346s] 2022-11-07 12:13:35.988 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [2.855s] 2022-11-07 12:13:36.255 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.268s] 2022-11-07 12:13:37.429 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_get_subports ... success [2.688s] 2022-11-07 12:13:39.663 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_remove_associated_ports ... success [5.008s] 2022-11-07 12:13:41.130 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_list_trunks ... success [3.700s] 2022-11-07 12:13:41.470 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.541s] 2022-11-07 12:13:41.747 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.277s] 2022-11-07 12:13:41.882 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.134s] 2022-11-07 12:13:42.127 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.244s] 2022-11-07 12:13:44.395 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.268s] 2022-11-07 12:13:44.802 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_remove_subport ... success [3.671s] 2022-11-07 12:13:45.965 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [4.165s] 2022-11-07 12:13:46.992 25 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id ... success [2.190s] 2022-11-07 12:13:47.801 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details ... success [1.322s] 2022-11-07 12:13:49.714 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports ... success [1.911s] 2022-11-07 12:13:50.753 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [1.312s] 2022-11-07 12:13:51.224 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [0.472s] 2022-11-07 12:13:52.336 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [1.111s] 2022-11-07 12:13:53.326 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [7.361s] 2022-11-07 12:13:53.453 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport ... success [3.738s] 2022-11-07 12:13:54.461 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [1.135s] 2022-11-07 12:13:57.542 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [2.786s] 2022-11-07 12:13:59.894 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details ... success [4.312s] 2022-11-07 12:14:00.091 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [2.551s] 2022-11-07 12:14:01.712 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict ... success [1.817s] 2022-11-07 12:14:02.694 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [2.600s] 2022-11-07 12:14:03.503 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk ... success [1.789s] 2022-11-07 12:14:04.221 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [9.755s] 2022-11-07 12:14:05.103 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_parent_port_id ... success [1.600s] 2022-11-07 12:14:07.479 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id ... success [2.373s] 2022-11-07 12:14:08.586 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [5.885s] 2022-11-07 12:14:08.914 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.331s] 2022-11-07 12:14:09.482 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id ... success [2.002s] 2022-11-07 12:14:10.820 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk ... success [1.339s] 2022-11-07 12:14:11.695 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [7.474s] 2022-11-07 12:14:12.623 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.StatelessSecGroupTest.test_stateless_security_group_update ... success [0.738s] 2022-11-07 12:14:14.503 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids ... success [3.680s] 2022-11-07 12:14:14.666 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id ... success [0.163s] 2022-11-07 12:14:15.609 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupRulesQuotaTest.test_sg_creation_with_insufficient_sg_rules_quota ... success [0.393s] 2022-11-07 12:14:16.041 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id ... success [1.373s] 2022-11-07 12:14:17.174 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id ... success [1.133s] 2022-11-07 12:14:17.449 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [5.753s] 2022-11-07 12:14:18.425 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [0.611s] 2022-11-07 12:14:18.554 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id ... success [1.379s] 2022-11-07 12:14:19.086 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [0.660s] 2022-11-07 12:14:19.096 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.011s] 2022-11-07 12:14:19.106 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.010s] 2022-11-07 12:14:19.815 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [0.707s] 2022-11-07 12:14:20.212 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type ... success [1.657s] 2022-11-07 12:14:20.443 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [0.627s] 2022-11-07 12:14:20.556 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.111s] 2022-11-07 12:14:20.626 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.070s] 2022-11-07 12:14:20.684 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.057s] 2022-11-07 12:14:22.565 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [5.116s] 2022-11-07 12:14:23.791 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport ... success [3.577s] 2022-11-07 12:14:25.736 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk ... success [1.945s] 2022-11-07 12:14:25.833 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [0.456s] 2022-11-07 12:14:26.355 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [3.789s] 2022-11-07 12:14:27.258 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk ... success [1.519s] 2022-11-07 12:14:27.462 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [1.629s] 2022-11-07 12:14:27.580 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.116s] 2022-11-07 12:14:28.155 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [0.575s] 2022-11-07 12:14:28.961 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [0.804s] 2022-11-07 12:14:29.645 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [0.683s] 2022-11-07 12:14:30.249 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [0.602s] 2022-11-07 12:14:30.405 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.157s] 2022-11-07 12:14:30.549 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found ... success [3.291s] 2022-11-07 12:14:30.629 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.221s] 2022-11-07 12:14:30.711 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.083s] 2022-11-07 12:14:30.796 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.084s] 2022-11-07 12:14:30.948 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.153s] 2022-11-07 12:14:31.145 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.195s] 2022-11-07 12:14:31.347 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [0.199s] 2022-11-07 12:14:31.917 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [5.561s] 2022-11-07 12:14:32.021 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [0.674s] 2022-11-07 12:14:32.469 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.448s] 2022-11-07 12:14:32.608 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.139s] 2022-11-07 12:14:32.793 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.184s] 2022-11-07 12:14:34.350 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict ... success [3.798s] 2022-11-07 12:14:36.131 25 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk ... success [1.782s] 2022-11-07 12:14:40.536 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [3.667s] 2022-11-07 12:14:44.963 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.027s] 2022-11-07 12:14:45.086 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination ... success [0.120s] 2022-11-07 12:14:45.144 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.060s] 2022-11-07 12:14:45.214 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.069s] 2022-11-07 12:14:45.357 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.141s] 2022-11-07 12:14:46.062 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.703s] 2022-11-07 12:14:46.280 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.219s] 2022-11-07 12:14:46.304 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc ... success [0.024s] 2022-11-07 12:14:46.327 25 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc ... success [0.024s] 2022-11-07 12:14:48.829 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [8.290s] 2022-11-07 12:14:49.847 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [1.020s] 2022-11-07 12:14:59.545 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [9.694s] 2022-11-07 12:15:05.965 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [6.419s] 2022-11-07 12:15:11.969 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [6.003s] 2022-11-07 12:15:16.024 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [4.054s] 2022-11-07 12:15:19.783 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [3.759s] 2022-11-07 12:15:23.393 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [3.609s] 2022-11-07 12:15:31.331 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_create_sg_rules_when_quota_disabled ... success [2.724s] 2022-11-07 12:15:33.074 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_decrease_less_than_created ... success [1.742s] 2022-11-07 12:15:37.091 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [4.004s] 2022-11-07 12:15:37.317 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.229s] 2022-11-07 12:15:40.547 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.081s] 2022-11-07 12:15:40.926 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_pagination ... success [0.377s] 2022-11-07 12:15:40.999 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_asc ... success [0.074s] 2022-11-07 12:15:41.076 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_desc ... success [0.076s] 2022-11-07 12:15:44.239 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [0.648s] 2022-11-07 12:15:44.569 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.330s] 2022-11-07 12:15:45.213 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_sec_groups_with_the_same_name ... success [0.640s] 2022-11-07 12:15:45.790 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [0.577s] 2022-11-07 12:15:46.034 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.244s] 2022-11-07 12:15:49.687 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [0.536s] 2022-11-07 12:15:49.773 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.087s] 2022-11-07 12:15:50.580 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [0.807s] 2022-11-07 12:15:51.408 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [0.826s] 2022-11-07 12:15:52.647 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [1.238s] 2022-11-07 12:15:53.359 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [0.712s] 2022-11-07 12:15:53.509 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.150s] 2022-11-07 12:15:53.736 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [0.224s] 2022-11-07 12:15:53.820 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.085s] 2022-11-07 12:15:53.900 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.079s] 2022-11-07 12:15:53.952 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.051s] 2022-11-07 12:15:54.090 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.137s] 2022-11-07 12:15:54.348 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.257s] 2022-11-07 12:15:54.771 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [0.422s] 2022-11-07 12:15:55.010 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.239s] 2022-11-07 12:15:55.133 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.123s] 2022-11-07 12:15:55.324 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.190s] 2022-11-07 12:16:02.786 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [0.473s] 2022-11-07 12:16:03.895 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [1.109s] 2022-11-07 12:16:03.945 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.050s] 2022-11-07 12:16:04.127 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.181s] 2022-11-07 12:16:04.161 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.034s] 2022-11-07 12:16:04.199 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.037s] 2022-11-07 12:16:04.215 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.016s] 2022-11-07 12:16:04.230 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.014s] 2022-11-07 12:16:04.240 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.009s] 2022-11-07 12:16:04.249 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.008s] 2022-11-07 12:16:04.311 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.061s] 2022-11-07 12:16:04.787 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [0.474s] 2022-11-07 12:16:04.819 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.033s] 2022-11-07 12:16:04.911 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.091s] 2022-11-07 12:16:05.022 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [0.111s] 2022-11-07 12:16:05.370 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [0.346s] 2022-11-07 12:16:05.467 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.097s] 2022-11-07 12:16:05.771 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.303s] 2022-11-07 12:16:05.851 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.080s] 2022-11-07 12:16:05.903 25 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.052s] 2022-11-07 12:16:09.416 25 INFO rally.task.context [-] Verification 54abec27-8a61-485d-88c6-0d045ecc303d | Context testr@default cleanup() started 2022-11-07 12:16:09.417 25 INFO rally.task.context [-] Verification 54abec27-8a61-485d-88c6-0d045ecc303d | Context testr@default cleanup() finished in 0.92 msec 2022-11-07 12:16:09.418 25 INFO rally.task.context [-] Verification 54abec27-8a61-485d-88c6-0d045ecc303d | Context tempest@default cleanup() started 2022-11-07 12:16:09.581 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d4f6e750_k3rKcgXX'. 2022-11-07 12:16:09.582 25 DEBUG novaclient.v2.client [-] REQ: curl -g -i -X DELETE http://172.30.12.88/compute/v2.1/flavors/60025c66-f4d7-498a-ba77-6efb384f47f5 -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Token: {SHA256}9ba2da1ee9b45d3484a9e9e82d2b95f132527ff38620c399acfcb017c209d950" _http_log_request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:519 2022-11-07 12:16:09.773 25 DEBUG novaclient.v2.client [-] RESP: [202] Connection: close Content-Length: 0 Content-Type: application/json Date: Mon, 07 Nov 2022 12:16:09 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-e09f0736-1cab-4e32-8359-05285a2c8a5b x-openstack-request-id: req-e09f0736-1cab-4e32-8359-05285a2c8a5b _http_log_response /usr/lib/python3.10/site-packages/keystoneauth1/session.py:550 2022-11-07 12:16:09.773 25 DEBUG novaclient.v2.client [-] DELETE call to compute for http://172.30.12.88/compute/v2.1/flavors/60025c66-f4d7-498a-ba77-6efb384f47f5 used request id req-e09f0736-1cab-4e32-8359-05285a2c8a5b request /usr/lib/python3.10/site-packages/keystoneauth1/session.py:954 2022-11-07 12:16:09.774 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d4f6e750_k3rKcgXX' has been deleted. 2022-11-07 12:16:09.775 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '60025c66-f4d7-498a-ba77-6efb384f47f5' of option 'instance_type' from Tempest config file. 2022-11-07 12:16:09.775 25 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '60025c66-f4d7-498a-ba77-6efb384f47f5' has been removed. 2022-11-07 12:16:09.776 25 INFO rally.task.context [-] Verification 54abec27-8a61-485d-88c6-0d045ecc303d | Context tempest@default cleanup() finished in 0.36 sec 2022-11-07 12:16:09.816 25 INFO rally.api [-] Verification (UUID=d4f6e750-404e-49e5-bc21-964cf18e603a) has been successfully finished for deployment 'opnfv-rally' (UUID=a5c2a487-52d7-432c-a5e7-5fa4bb2b5f00)! 2022-11-07 12:16:12.104 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:16:12.104 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:16:12.104 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: BrokenPipeError: [Errno 32] Broken pipe 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 667, in show 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils cliutils.print_list(values, fields, formatters=formatters, 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 168, in print_list 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils out.write(encodeutils.safe_encode(table_body).decode()) 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils BrokenPipeError: [Errno 32] Broken pipe 2022-11-07 12:16:12.438 35 ERROR rally.cli.cliutils 2022-11-07 12:16:15.145 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:16:15.145 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:16:15.146 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:16:18.148 36 INFO rally.api [-] Building 'html' report for the following verification(s): 'd4f6e750-404e-49e5-bc21-964cf18e603a' 2022-11-07 12:16:18.182 36 INFO rally.api [-] The report has been successfully built. 2022-11-07 12:16:20.396 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-11-07 12:16:20.397 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-11-07 12:16:20.397 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-11-07 12:16:23.259 37 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd4f6e750-404e-49e5-bc21-964cf18e603a' 2022-11-07 12:16:23.289 37 INFO rally.api [-] The report has been successfully built.