2020-07-28 17:11:36.757 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:11:36.757 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:11:36.758 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 17:11:39.498 8 ERROR rally.cli.cliutils 2020-07-28 17:11:41.316 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:11:41.317 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:11:41.317 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:11:46.077 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:11:46.077 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:11:46.078 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:11:51.143 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:11:51.143 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:11:51.143 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:11:52.802 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:11:52.803 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:11:52.803 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 17:11:55.225 18 ERROR rally.cli.cliutils 2020-07-28 17:11:56.928 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:11:56.929 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:11:56.929 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:11:59.441 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 17:11:59.517 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f95263b9-f156-450c-ab87-820e4c60df11/repo. 2020-07-28 17:11:59.847 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f95263b9-f156-450c-ab87-820e4c60df11/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-07-28 17:11:59.859 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 17:11:59.873 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 17:11:59.896 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 17:11:59.960 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 17:12:00.854 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f95263b9-f156-450c-ab87-820e4c60df11) has been successfully created! 2020-07-28 17:12:02.905 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:12:02.905 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:12:02.906 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:12:07.971 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:12:07.972 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:12:07.972 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:12:10.455 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f95263b9-f156-450c-ab87-820e4c60df11) for deployment 'opnfv-rally' (UUID=c6676aa4-5cce-4cdb-b16d-6631013339f3). 2020-07-28 17:12:11.017 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f95263b9-f156-450c-ab87-820e4c60df11) has been successfully configured for deployment 'opnfv-rally' (UUID=c6676aa4-5cce-4cdb-b16d-6631013339f3)! 2020-07-28 17:12:20.782 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:12:20.782 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:12:20.782 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:12:23.144 36 INFO rally.api [-] Starting verification (UUID=dc1e0be9-9a49-4b0c-a303-d013195d9111) for deployment 'opnfv-rally' (UUID=c6676aa4-5cce-4cdb-b16d-6631013339f3) by verifier 'opnfv-tempest' (UUID=f95263b9-f156-450c-ab87-820e4c60df11). 2020-07-28 17:12:23.926 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 17:12:23.927 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f95263b9-f156-450c-ab87-820e4c60df11/for-deployment-c6676aa4-5cce-4cdb-b16d-6631013339f3/tempest.log' to option 'log_file'. 2020-07-28 17:12:23.927 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f95263b9-f156-450c-ab87-820e4c60df11/for-deployment-c6676aa4-5cce-4cdb-b16d-6631013339f3/tempest.log 2020-07-28 17:12:23.928 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 17:12:23.928 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f95263b9-f156-450c-ab87-820e4c60df11/for-deployment-c6676aa4-5cce-4cdb-b16d-6631013339f3/lock_files' to option 'lock_path'. 2020-07-28 17:12:23.928 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f95263b9-f156-450c-ab87-820e4c60df11/for-deployment-c6676aa4-5cce-4cdb-b16d-6631013339f3/lock_files 2020-07-28 17:12:23.929 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 17:12:23.929 36 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-07-28 17:12:23.929 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1c9c3532-7225-4015-95b1-73c1b7d5bafa 2020-07-28 17:12:23.930 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8ad07f3b-d36d-493e-83b1-e67a526f7258 2020-07-28 17:12:23.930 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8cd88762-22a7-4209-bfa6-76edf81124d6 2020-07-28 17:12:23.931 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6c8e1390-2801-4a86-8d83-73b9e35436a5 2020-07-28 17:12:24.271 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 17:12:24.271 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_14ac94fe-89b7-4ec4-884b-7b272a5b01f7 2020-07-28 17:12:24.272 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 17:12:24.350 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 17:12:24.404 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_74b14b36_l2Vrv5dp'. Using flavor 'rally_verify_74b14b36_l2Vrv5dp' (ID = a1a325f5-01da-4bfd-a8e1-02cd3eec4185) for the tests. 2020-07-28 17:12:24.404 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a1a325f5-01da-4bfd-a8e1-02cd3eec4185' to option 'instance_type'. 2020-07-28 17:12:24.405 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a1a325f5-01da-4bfd-a8e1-02cd3eec4185 2020-07-28 17:12:24.406 36 INFO rally.task.context [-] Verification f95263b9-f156-450c-ab87-820e4c60df11 | Context tempest@default setup() finished in 1.00 sec 2020-07-28 17:12:24.407 36 INFO rally.task.context [-] Verification f95263b9-f156-450c-ab87-820e4c60df11 | Context testr@default setup() finished in 0.46 msec 2020-07-28 17:12:24.408 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/87d2f6fe-e442-41ba-81f4-52a48ec70784'. 2020-07-28 17:13:34.784 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [59.816s] 2020-07-28 17:14:39.490 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [51.857s] 2020-07-28 17:16:02.341 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [82.826s] 2020-07-28 17:16:05.329 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.242s] 2020-07-28 17:17:45.124 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [95.840s] 2020-07-28 17:18:44.937 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [59.813s] 2020-07-28 17:19:31.407 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.325s] 2020-07-28 17:20:24.160 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [34.037s] 2020-07-28 17:21:46.115 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [50.545s] 2020-07-28 17:22:04.606 36 INFO rally.task.context [-] Verification f95263b9-f156-450c-ab87-820e4c60df11 | Context testr@default cleanup() started 2020-07-28 17:22:04.606 36 INFO rally.task.context [-] Verification f95263b9-f156-450c-ab87-820e4c60df11 | Context testr@default cleanup() finished in 0.63 msec 2020-07-28 17:22:04.607 36 INFO rally.task.context [-] Verification f95263b9-f156-450c-ab87-820e4c60df11 | Context tempest@default cleanup() started 2020-07-28 17:22:04.810 36 INFO rally.task.context [-] Verification f95263b9-f156-450c-ab87-820e4c60df11 | Context tempest@default cleanup() finished in 0.20 sec 2020-07-28 17:22:04.842 36 INFO rally.api [-] Verification (UUID=dc1e0be9-9a49-4b0c-a303-d013195d9111) has been successfully finished for deployment 'opnfv-rally' (UUID=c6676aa4-5cce-4cdb-b16d-6631013339f3)! 2020-07-28 17:22:06.889 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:22:06.890 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:22:06.890 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:22:08.587 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:22:08.587 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:22:08.588 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:22:11.091 154 INFO rally.api [-] Building 'html' report for the following verification(s): 'dc1e0be9-9a49-4b0c-a303-d013195d9111' 2020-07-28 17:22:11.124 154 INFO rally.api [-] The report has been successfully built. 2020-07-28 17:22:12.830 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 17:22:12.830 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 17:22:12.831 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 17:22:15.406 156 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dc1e0be9-9a49-4b0c-a303-d013195d9111' 2020-07-28 17:22:15.409 156 INFO rally.api [-] The report has been successfully built.