summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi/heketi_tests/test_check_entry.py
Commit message (Collapse)AuthorAgeFilesLines
* [CNS-778] Refactor and fix 'test_to_check_entry_in_fstab_file' TCValerii Ponomarov2018-11-201-132/+0
| | | | | | | | | | | | | | | | | List of changes: - Fixed bug, where test didn't fail in case volume brick was not found in fstab file. It was only logging message related to it. - Fixed bug, where we searched for all the brick paths in one single Gluser POD, such thing should have been failing always. Above mentioned bug has hidden this one. - Fixed bug, where test was failing in case we didn't have passwordless SSH connection between test-runner and heketi-client nodes. - Added Heketi volume cleanup for case our test fails before the step with Heketi volume deletion. - Removed redundant copy operations of fstab files. Instead, used 'cat' shell command for getting inner data of fstab files. Change-Id: I76c6a59ab9f40cc5e94923fcc82e5e15f640714a
* Fix all existing pep8 errorsValerii Ponomarov2018-10-231-10/+14
| | | | Change-Id: I97c949614ca70ea3e732c8c2ca70022d062ad04c
* heketi automation casesAkarsha Rai2018-01-311-0/+128
Change-Id: Id5e3765940ba88ef6d41b52c3306ba45fe62a0f1 Signed-off-by: Akarsha Rai <akrai@redhat.com>