Fix for Test Failures : CEPH-83584070, CEPH-83587957 #4261
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added long_running as the default timeout is changed to 300sec in ceph.py recently
http://magna002.ceph.redhat.com/cephci-jenkins/results/openstack/RH/7.1/rhel-9/Weekly/18.2.1-262/rbd/58/tier-3_rbd_migration/Test_image_migration_with_external_qcow_data_format_0.log
the qcow image in curl -o /mnt/ubuntu-12.04.qcow2 http://download.ceph.com/qa/ubuntu-12.04.qcow2 is of size 1.2 gb and hence it takes quite an amount of time to download. Hence used long_running option as the timeout for long_running is 1hr.
Removed the dependency of .env file as of now in rest/common/utils/rest.py:
http://magna002.ceph.redhat.com/cephci-jenkins/results/openstack/RH/8.0/rhel-9/Weekly/19.2.0-52/rbd/12/tier-2_rbd_rest/Run_rest_API_tests_to_create_pool_and_image_0.log
Passed the arguments from the test file to rest.py to fetch the cluster object and obtain IP.
Added parameters 'initial-dashboard-password' and 'dashboard-password-noupdate' to the suites file to utilize the default credentials that exists in rest.py.