2020-11-28 13:08:57.939 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:08:57.940 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:08:57.940 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:00.409 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-11-28 13:09:00.409 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 13:09:00.409 7 ERROR rally.cli.cliutils 2020-11-28 13:09:02.102 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:02.103 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:02.103 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:06.490 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:06.491 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:06.491 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:11.315 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:11.316 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:11.316 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:12.883 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:12.884 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:12.884 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:15.147 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-11-28 13:09:15.147 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 13:09:15.147 17 ERROR rally.cli.cliutils 2020-11-28 13:09:16.917 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:16.917 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:16.917 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:19.062 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 13:09:19.131 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1841c49e-2145-4a13-b99a-41bf04309d59/repo. 2020-11-28 13:09:19.400 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1841c49e-2145-4a13-b99a-41bf04309d59/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 13:09:19.414 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 13:09:19.421 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 13:09:19.450 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 13:09:19.503 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 13:09:20.367 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1841c49e-2145-4a13-b99a-41bf04309d59) has been successfully created! 2020-11-28 13:09:22.048 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:22.048 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:22.048 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:26.726 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:26.727 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:26.727 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:29.035 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1841c49e-2145-4a13-b99a-41bf04309d59) for deployment 'opnfv-rally' (UUID=8b31e904-12ea-4104-9ee7-3426bdf80c66). 2020-11-28 13:09:29.494 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1841c49e-2145-4a13-b99a-41bf04309d59) has been successfully configured for deployment 'opnfv-rally' (UUID=8b31e904-12ea-4104-9ee7-3426bdf80c66)! 2020-11-28 13:09:37.957 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:09:37.958 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:09:37.958 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:09:40.197 35 INFO rally.api [-] Starting verification (UUID=26999421-db53-43d6-999b-c52d2870c891) for deployment 'opnfv-rally' (UUID=8b31e904-12ea-4104-9ee7-3426bdf80c66) by verifier 'opnfv-tempest' (UUID=1841c49e-2145-4a13-b99a-41bf04309d59). 2020-11-28 13:09:40.951 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 13:09:40.953 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1841c49e-2145-4a13-b99a-41bf04309d59/for-deployment-8b31e904-12ea-4104-9ee7-3426bdf80c66/tempest.log' to option 'log_file'. 2020-11-28 13:09:40.953 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1841c49e-2145-4a13-b99a-41bf04309d59/for-deployment-8b31e904-12ea-4104-9ee7-3426bdf80c66/tempest.log 2020-11-28 13:09:40.954 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 13:09:40.954 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1841c49e-2145-4a13-b99a-41bf04309d59/for-deployment-8b31e904-12ea-4104-9ee7-3426bdf80c66/lock_files' to option 'lock_path'. 2020-11-28 13:09:40.954 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1841c49e-2145-4a13-b99a-41bf04309d59/for-deployment-8b31e904-12ea-4104-9ee7-3426bdf80c66/lock_files 2020-11-28 13:09:40.955 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 13:09:40.955 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-11-28 13:09:40.956 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 02894635-f7db-4809-9afc-0948f154dfe0 2020-11-28 13:09:40.956 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d080addf-f6ef-45dc-b8ae-2c9dc0548b6e 2020-11-28 13:09:40.957 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f764a079-0dcc-479d-a7fe-ac5ccf977ca7 2020-11-28 13:09:40.957 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 22915b4f-2d7c-430b-a34a-b1073bffb444 2020-11-28 13:09:41.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 13:09:41.159 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_2a376146-ce49-4fa2-81b3-18a4e2553c8d 2020-11-28 13:09:41.160 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 13:09:41.270 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 13:09:41.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_fa902c0a_QvUXMdnQ'. Using flavor 'rally_verify_fa902c0a_QvUXMdnQ' (ID = d8dc28cb-a9e6-4033-9ada-87025621082b) for the tests. 2020-11-28 13:09:41.317 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8dc28cb-a9e6-4033-9ada-87025621082b' to option 'instance_type'. 2020-11-28 13:09:41.318 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8dc28cb-a9e6-4033-9ada-87025621082b 2020-11-28 13:09:41.320 35 INFO rally.task.context [-] Verification 1841c49e-2145-4a13-b99a-41bf04309d59 | Context tempest@default setup() finished in 0.88 sec 2020-11-28 13:09:41.321 35 INFO rally.task.context [-] Verification 1841c49e-2145-4a13-b99a-41bf04309d59 | Context testr@default setup() finished in 0.73 msec 2020-11-28 13:09:41.321 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/6e06f9cd-6886-40d2-ab14-c9f630b16bb7'. 2020-11-28 13:09:45.834 35 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.001s] 2020-11-28 13:09:57.263 35 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.338s] 2020-11-28 13:10:21.942 35 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [19.660s] 2020-11-28 13:10:34.818 35 INFO rally.task.context [-] Verification 1841c49e-2145-4a13-b99a-41bf04309d59 | Context testr@default cleanup() started 2020-11-28 13:10:34.819 35 INFO rally.task.context [-] Verification 1841c49e-2145-4a13-b99a-41bf04309d59 | Context testr@default cleanup() finished in 0.76 msec 2020-11-28 13:10:34.820 35 INFO rally.task.context [-] Verification 1841c49e-2145-4a13-b99a-41bf04309d59 | Context tempest@default cleanup() started 2020-11-28 13:10:34.990 35 INFO rally.task.context [-] Verification 1841c49e-2145-4a13-b99a-41bf04309d59 | Context tempest@default cleanup() finished in 0.17 sec 2020-11-28 13:10:35.014 35 INFO rally.api [-] Verification (UUID=26999421-db53-43d6-999b-c52d2870c891) has been successfully finished for deployment 'opnfv-rally' (UUID=8b31e904-12ea-4104-9ee7-3426bdf80c66)! 2020-11-28 13:10:36.866 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:10:36.866 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:10:36.867 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:10:38.506 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:10:38.506 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:10:38.507 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:10:40.751 49 INFO rally.api [-] Building 'html' report for the following verification(s): '26999421-db53-43d6-999b-c52d2870c891' 2020-11-28 13:10:40.770 49 INFO rally.api [-] The report has been successfully built. 2020-11-28 13:10:42.293 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:10:42.293 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:10:42.293 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:10:44.489 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '26999421-db53-43d6-999b-c52d2870c891' 2020-11-28 13:10:44.491 51 INFO rally.api [-] The report has been successfully built.