| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Skip 2 tests in 'test_heketi_volume_operations' test module due to
existing unfixed bug: BZ-1629889
After fix of this bug, these 2 tests should be refactored the way,
where we leave Heketi cluster as was, not changing set of disks, as it
is now.
Change-Id: I020e7b91c41c3bd93cf1984f733adcdcbd361f92
|
|/
|
|
|
|
|
|
| |
The single test in this module passes only in small amount of Heketi
cluster states. So, refactor it completely to be reliable making it fail
only on proper errors.
Change-Id: I29251d4265ec5916d41bd3d69e21492f89097337
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Do following improvements to this function:
- Remove support of python Heketi client, because it is dead code.
It is dead code, because all of the tests which use this function,
explicitly depend on the CLI output, not being compatible with it.
- Remove useless 'json' arg, as CLI client does not support it for 'node
list' command.
- Parse list of node IDs in it, not delegating this to the consumer.
- Raise exception in case we failed to get list of nodes
And, of course, update all the places where this function is used.
Making those places use less code compared to previous variant.
Change-Id: I3f1ffe6082541e63dc3d638c19c54086aa12580f
|
|
|
|
|
| |
Change-Id: I78cb7989876e2f17cf1d9653723a160074050413
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Change-Id: Iedd408844beadd1a449fdb953640289044c1bfa7
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
|
|/
|
|
|
|
|
|
|
| |
Also removing the skip decorator, the testcase
logic have no issues and it passes when executed
individually
Change-Id: Iede3f6b67ddd79d0efc673b2b3440fba392540d4
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
|
|\ |
|
| |
| |
| |
| |
| | |
Change-Id: I53abee4431082100afc33a52c16442469774d1cc
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
|
|/
|
|
|
| |
Change-Id: I356b35bcdce31f82734eb6d32824944cdb55aac6
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
|
|
|
|
|
| |
Change-Id: I685d3fe5eeb4ff776d3fe6907cfab798dc793b0b
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
|
|
|
|
|
| |
Change-Id: I927166d4649a5318cea221219d471534bd258545
Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Test creating volume when "other processes" are creating
and deleting other volumes in the background.
Change-Id: Ic46fd819d98cf6f9b771a2272fd81aeb9814004a
Signed-off-by: John Mulligan <jmulligan@redhat.com>
|
|\ \ |
|
| |/
| |
| |
| |
| | |
Change-Id: Id5e3765940ba88ef6d41b52c3306ba45fe62a0f1
Signed-off-by: Akarsha Rai <akrai@redhat.com>
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The initial batch of testcases pushed
includes testcases related to volume creation
and deletion.
Change-Id: I754155c85fb764f0e0600b0c0b88d55fa999361b
Signed-off-by: mandaltapesh <tmandal@redhat.com>
|
| |/
|/|
| |
| |
| | |
Change-Id: I449e02d126cfa1472bdc16c008f98520f0a12f00
Signed-off-by: mandaltapesh <tmandal@redhat.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is a quasi-stress-test that check that the system can process
multiple PVC being requested at the same(ish) time.
Change-Id: I72cdc0876c51058ebab62a0764d0d049a65c649d
Signed-off-by: John Mulligan <jmulligan@redhat.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a 2nd multi volume create test case as well as setup and cleanup
functions to try to prevent the async cleanups from one test causing
the other test to fail.
Change-Id: I721a3393a20b4f03f896aee20d64753ac93b3152
Signed-off-by: John Mulligan <jmulligan@redhat.com>
|
|/
|
|
|
|
|
|
| |
This is sort of a trial of the both the test framework, my ability
to add tests to it, and the workflow of adding changes to the repo.
Change-Id: I17b61f298c04f45df8b77555b16d292fd2b2a3a8
Signed-off-by: John Mulligan <jmulligan@redhat.com>
|
|
|
|
|
|
|
| |
HeketiBaseClass and initial set of heketi volume testcases
Change-Id: Ib700cc9ffc4bf510affdbb45710c5b27c6c7ce44
Signed-off-by: Arthy Loganathan <aloganat@redhat.com>
|
|
Change-Id: I8be99fbfa6428b69c31ec2411ff021a2bee6ac45
Signed-off-by: Arthy Loganathan <aloganat@redhat.com>
|