| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Changing assertion logic. Now, instead of checking fstab file,
we check brick paths presence on Gluster PODs and nodes.
Change-Id: I00ed0cb5ef18b67ad0f112276120624c0c0b0763
|
|
|
|
|
|
|
|
|
|
|
| |
Renamed cns_baseclass.py to baseclass.py with updated BaseClass.
Merged HeketiBaseClass to BaseClass with appropriate changes.
Updated delete_volumes and delete_block_volumes methods used in
test case method with heketi_delete_volume and heketi_blockvolume-
delete.
Change-Id: I8f623f1692cd863dc8ff041f7e8525ee0dc84f7b
Signed-off-by: vamahaja <vamahaja@redhat.com>
|
|
|
|
|
| |
Change-Id: I9ab3c6bea56a02f76ce818ee095ffe4afc0e64c0
Signed-off-by: vamahaja <vamahaja@redhat.com>
|
|
|
|
|
|
| |
Remove unused/dead code from base classes.
Change-Id: Ib355e0282541c60297c1b240f7ff8df3f06d9d69
|
|
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
|