2020-07-02 16:12:37.986 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:12:37.986 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:12:37.986 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:12:40.250 6 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-02 16:12:40.250 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:12:40.250 6 ERROR rally.cli.cliutils 2020-07-02 16:12:41.731 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:12:41.731 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:12:41.731 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:12:45.602 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:12:45.602 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:12:45.603 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:12:49.970 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:12:49.970 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:12:49.971 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:12:51.290 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:12:51.291 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:12:51.291 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:12:53.315 15 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-02 16:12:53.315 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils force=force) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:12:53.315 15 ERROR rally.cli.cliutils 2020-07-02 16:12:54.858 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:12:54.859 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:12:54.859 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:12:56.857 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 16:12:56.941 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-be67898f-8fa5-4802-b400-74201e7b67ee/repo. 2020-07-02 16:12:57.215 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-be67898f-8fa5-4802-b400-74201e7b67ee/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 16:12:57.229 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 16:12:57.237 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 16:12:57.261 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 16:12:57.320 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 16:12:57.923 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be67898f-8fa5-4802-b400-74201e7b67ee) has been successfully created! 2020-07-02 16:12:59.467 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:12:59.468 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:12:59.468 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:13:03.578 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:13:03.578 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:13:03.579 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:13:05.499 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=be67898f-8fa5-4802-b400-74201e7b67ee) for deployment 'opnfv-rally' (UUID=53b5a13b-135a-4a1e-960d-a05ac797bdee). 2020-07-02 16:13:05.878 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be67898f-8fa5-4802-b400-74201e7b67ee) has been successfully configured for deployment 'opnfv-rally' (UUID=53b5a13b-135a-4a1e-960d-a05ac797bdee)! 2020-07-02 16:13:12.925 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:13:12.925 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:13:12.925 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:13:14.963 32 INFO rally.api [-] Starting verification (UUID=0b67ecb1-f64a-4f2d-8fd8-770df87257bf) for deployment 'opnfv-rally' (UUID=53b5a13b-135a-4a1e-960d-a05ac797bdee) by verifier 'opnfv-tempest' (UUID=be67898f-8fa5-4802-b400-74201e7b67ee). 2020-07-02 16:13:15.658 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 16:13:15.659 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be67898f-8fa5-4802-b400-74201e7b67ee/for-deployment-53b5a13b-135a-4a1e-960d-a05ac797bdee/tempest.log' to option 'log_file'. 2020-07-02 16:13:15.659 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-be67898f-8fa5-4802-b400-74201e7b67ee/for-deployment-53b5a13b-135a-4a1e-960d-a05ac797bdee/tempest.log 2020-07-02 16:13:15.659 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 16:13:15.660 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be67898f-8fa5-4802-b400-74201e7b67ee/for-deployment-53b5a13b-135a-4a1e-960d-a05ac797bdee/lock_files' to option 'lock_path'. 2020-07-02 16:13:15.660 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-be67898f-8fa5-4802-b400-74201e7b67ee/for-deployment-53b5a13b-135a-4a1e-960d-a05ac797bdee/lock_files 2020-07-02 16:13:15.660 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 16:13:15.661 32 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-02 16:13:15.661 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0cea1b8c-fc3d-4cd3-8053-baaea01d60fd 2020-07-02 16:13:15.661 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cf851cd7-f8c2-44e0-8395-feb121dfd541 2020-07-02 16:13:15.662 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c0c0733c-3c9d-4dd6-8397-2a5b43005528 2020-07-02 16:13:15.662 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a419eeae-367b-4e35-bc1a-31c8d8cdfa62 2020-07-02 16:13:15.882 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 16:13:15.883 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_telemetry-net_5441f144-80d5-4978-8bc6-1d3f724e3563 2020-07-02 16:13:15.884 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 16:13:15.980 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 16:13:16.014 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-02 16:13:16.014 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0b67ecb1_8MnVnC4k' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-02 16:13:16.051 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0b67ecb1_8MnVnC4k' (ID = 8247a1cd-f6d0-4ae1-897a-1a7465b8703f) has been successfully created! 2020-07-02 16:13:16.051 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8247a1cd-f6d0-4ae1-897a-1a7465b8703f' to option 'instance_type'. 2020-07-02 16:13:16.051 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8247a1cd-f6d0-4ae1-897a-1a7465b8703f 2020-07-02 16:13:16.053 32 INFO rally.task.context [-] Verification be67898f-8fa5-4802-b400-74201e7b67ee | Context tempest@default setup() finished in 0.89 sec 2020-07-02 16:13:16.054 32 INFO rally.task.context [-] Verification be67898f-8fa5-4802-b400-74201e7b67ee | Context testr@default setup() finished in 0.34 msec 2020-07-02 16:13:16.054 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/931c49ef-fabe-406b-a308-a89ef90853d0'. 2020-07-02 16:13:29.308 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_non_existent_alarm ... success [2.113s] 2020-07-02 16:13:31.210 32 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_alarm_list ... success [1.903s] 2020-07-02 16:13:35.223 32 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_create_update_get_delete_alarm ... success [4.013s] 2020-07-02 16:13:35.303 32 INFO opnfv-tempest [-] {3} telemetry_tempest_plugin.aodh.api.test_alarming_api.TelemetryAlarmingAPITest.test_set_get_alarm_state ... success [0.082s] 2020-07-02 16:13:35.449 32 INFO opnfv-tempest [-] {0} telemetry_tempest_plugin.aodh.api.test_alarming_api_negative.TelemetryAlarmingNegativeTest.test_get_update_show_history_delete_deleted_alarm ... success [6.140s] 2020-07-02 16:13:36.906 32 INFO opnfv-tempest [-] {2} telemetry_tempest_plugin.scenario.test_gnocchi.GnocchiGabbiTest.test_search_resource ... success [4.248s] 2020-07-02 16:13:42.793 32 INFO opnfv-tempest [-] {1} telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration.test_aodh_gnocchi_threshold_alarm ... success [5.276s] 2020-07-02 16:13:59.280 32 INFO rally.task.context [-] Verification be67898f-8fa5-4802-b400-74201e7b67ee | Context testr@default cleanup() started 2020-07-02 16:13:59.281 32 INFO rally.task.context [-] Verification be67898f-8fa5-4802-b400-74201e7b67ee | Context testr@default cleanup() finished in 0.76 msec 2020-07-02 16:13:59.281 32 INFO rally.task.context [-] Verification be67898f-8fa5-4802-b400-74201e7b67ee | Context tempest@default cleanup() started 2020-07-02 16:13:59.433 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0b67ecb1_8MnVnC4k'. 2020-07-02 16:13:59.591 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0b67ecb1_8MnVnC4k' has been deleted. 2020-07-02 16:13:59.592 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8247a1cd-f6d0-4ae1-897a-1a7465b8703f' of option 'instance_type' from Tempest config file. 2020-07-02 16:13:59.592 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8247a1cd-f6d0-4ae1-897a-1a7465b8703f' has been removed. 2020-07-02 16:13:59.598 32 INFO rally.task.context [-] Verification be67898f-8fa5-4802-b400-74201e7b67ee | Context tempest@default cleanup() finished in 0.32 sec 2020-07-02 16:13:59.618 32 INFO rally.api [-] Verification (UUID=0b67ecb1-f64a-4f2d-8fd8-770df87257bf) has been successfully finished for deployment 'opnfv-rally' (UUID=53b5a13b-135a-4a1e-960d-a05ac797bdee)! 2020-07-02 16:14:01.188 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:14:01.188 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:14:01.189 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:14:02.576 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:14:02.576 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:14:02.576 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:14:04.551 44 INFO rally.api [-] Building 'html' report for the following verification(s): '0b67ecb1-f64a-4f2d-8fd8-770df87257bf' 2020-07-02 16:14:04.577 44 INFO rally.api [-] The report has been successfully built. 2020-07-02 16:14:05.963 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:14:05.963 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:14:05.963 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:14:07.894 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0b67ecb1-f64a-4f2d-8fd8-770df87257bf' 2020-07-02 16:14:07.898 46 INFO rally.api [-] The report has been successfully built.