2020-06-24 14:04:09.325 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:09.326 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:09.326 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:11.743 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 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 14:04:11.743 7 ERROR rally.cli.cliutils 2020-06-24 14:04:13.657 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:13.657 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:13.658 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:18.238 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:18.239 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:18.239 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:22.833 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:22.834 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:22.834 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:24.624 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:24.624 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:24.624 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 14:04:27.057 17 ERROR rally.cli.cliutils 2020-06-24 14:04:28.861 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:28.862 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:28.862 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:31.211 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 14:04:31.303 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-12457a16-9a4a-415a-bb76-3abcff65eca4/repo. 2020-06-24 14:04:31.524 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-12457a16-9a4a-415a-bb76-3abcff65eca4/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-06-24 14:04:31.536 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 14:04:31.546 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 14:04:31.570 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 14:04:31.635 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 14:04:32.470 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=12457a16-9a4a-415a-bb76-3abcff65eca4) has been successfully created! 2020-06-24 14:04:34.455 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:34.455 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:34.455 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:39.005 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:39.005 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:39.006 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:41.251 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=12457a16-9a4a-415a-bb76-3abcff65eca4) for deployment 'opnfv-rally' (UUID=7cf0b87f-c816-4309-a458-7943a1372730). 2020-06-24 14:04:41.836 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=12457a16-9a4a-415a-bb76-3abcff65eca4) has been successfully configured for deployment 'opnfv-rally' (UUID=7cf0b87f-c816-4309-a458-7943a1372730)! 2020-06-24 14:04:51.624 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:04:51.624 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:04:51.624 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:04:54.039 35 INFO rally.api [-] Starting verification (UUID=c553cb1a-94cf-4ef5-8d6a-075d21e13bcf) for deployment 'opnfv-rally' (UUID=7cf0b87f-c816-4309-a458-7943a1372730) by verifier 'opnfv-tempest' (UUID=12457a16-9a4a-415a-bb76-3abcff65eca4). 2020-06-24 14:04:54.705 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 14:04:54.706 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-12457a16-9a4a-415a-bb76-3abcff65eca4/for-deployment-7cf0b87f-c816-4309-a458-7943a1372730/tempest.log' to option 'log_file'. 2020-06-24 14:04:54.706 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-12457a16-9a4a-415a-bb76-3abcff65eca4/for-deployment-7cf0b87f-c816-4309-a458-7943a1372730/tempest.log 2020-06-24 14:04:54.706 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 14:04:54.706 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-12457a16-9a4a-415a-bb76-3abcff65eca4/for-deployment-7cf0b87f-c816-4309-a458-7943a1372730/lock_files' to option 'lock_path'. 2020-06-24 14:04:54.707 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-12457a16-9a4a-415a-bb76-3abcff65eca4/for-deployment-7cf0b87f-c816-4309-a458-7943a1372730/lock_files 2020-06-24 14:04:54.707 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 14:04:54.708 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-24 14:04:54.708 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 61b1346f-fa16-4ea2-b649-8ab5541c2c47 2020-06-24 14:04:54.708 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c6cbcb3a-4e0a-4c44-84c3-075884168c5f 2020-06-24 14:04:54.709 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c0fae0e6-ddc5-40cf-aae8-16b08e990964 2020-06-24 14:04:54.710 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 63f1e0eb-52c5-4ff9-bfcc-9132c33e65fc 2020-06-24 14:04:54.944 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 14:04:54.944 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_676ea7e0-9b02-4bdc-9f72-638b2d42eebc 2020-06-24 14:04:54.945 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 14:04:55.048 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 14:04:55.091 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-24 14:04:55.092 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c553cb1a_rQc7hLaa' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-24 14:04:55.136 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c553cb1a_rQc7hLaa' (ID = ce2bcaad-d973-42e9-95ab-4a772868a433) has been successfully created! 2020-06-24 14:04:55.136 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ce2bcaad-d973-42e9-95ab-4a772868a433' to option 'instance_type'. 2020-06-24 14:04:55.137 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ce2bcaad-d973-42e9-95ab-4a772868a433 2020-06-24 14:04:55.139 35 INFO rally.task.context [-] Verification 12457a16-9a4a-415a-bb76-3abcff65eca4 | Context tempest@default setup() finished in 0.86 sec 2020-06-24 14:04:55.140 35 INFO rally.task.context [-] Verification 12457a16-9a4a-415a-bb76-3abcff65eca4 | Context testr@default setup() finished in 0.54 msec 2020-06-24 14:04:55.141 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/36da2198-053e-443b-8f1a-0840051aafc7'. 2020-06-24 14:06:08.646 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [61.592s] 2020-06-24 14:07:13.636 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [57.858s] 2020-06-24 14:08:32.386 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [78.727s] 2020-06-24 14:08:35.463 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.227s] 2020-06-24 14:10:13.828 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [94.693s] 2020-06-24 14:11:10.717 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [56.872s] 2020-06-24 14:11:44.622 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.384s] 2020-06-24 14:12:33.072 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.630s] 2020-06-24 14:13:31.455 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [38.591s] 2020-06-24 14:13:44.484 35 INFO rally.task.context [-] Verification 12457a16-9a4a-415a-bb76-3abcff65eca4 | Context testr@default cleanup() started 2020-06-24 14:13:44.485 35 INFO rally.task.context [-] Verification 12457a16-9a4a-415a-bb76-3abcff65eca4 | Context testr@default cleanup() finished in 0.71 msec 2020-06-24 14:13:44.485 35 INFO rally.task.context [-] Verification 12457a16-9a4a-415a-bb76-3abcff65eca4 | Context tempest@default cleanup() started 2020-06-24 14:13:44.635 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c553cb1a_rQc7hLaa'. 2020-06-24 14:13:44.794 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c553cb1a_rQc7hLaa' has been deleted. 2020-06-24 14:13:44.795 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ce2bcaad-d973-42e9-95ab-4a772868a433' of option 'instance_type' from Tempest config file. 2020-06-24 14:13:44.795 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ce2bcaad-d973-42e9-95ab-4a772868a433' has been removed. 2020-06-24 14:13:44.801 35 INFO rally.task.context [-] Verification 12457a16-9a4a-415a-bb76-3abcff65eca4 | Context tempest@default cleanup() finished in 0.32 sec 2020-06-24 14:13:44.823 35 INFO rally.api [-] Verification (UUID=c553cb1a-94cf-4ef5-8d6a-075d21e13bcf) has been successfully finished for deployment 'opnfv-rally' (UUID=7cf0b87f-c816-4309-a458-7943a1372730)! 2020-06-24 14:13:46.445 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:46.445 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:46.445 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:48.006 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:48.006 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:48.006 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:50.185 151 INFO rally.api [-] Building 'html' report for the following verification(s): 'c553cb1a-94cf-4ef5-8d6a-075d21e13bcf' 2020-06-24 14:13:50.205 151 INFO rally.api [-] The report has been successfully built. 2020-06-24 14:13:51.657 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:13:51.658 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:13:51.658 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:13:53.576 153 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c553cb1a-94cf-4ef5-8d6a-075d21e13bcf' 2020-06-24 14:13:53.578 153 INFO rally.api [-] The report has been successfully built.