summaryrefslogtreecommitdiffstats
path: root/tests/functional/common/heketi
Commit message (Collapse)AuthorAgeFilesLines
...
| * Skip 2 tests due to blocker-bugValerii Ponomarov2018-09-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | 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
* | Refactor 'test_disabling_device' test moduleValerii Ponomarov2018-09-171-93/+103
|/ | | | | | | | 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
* Refactor 'heketi_node_list' functionValerii Ponomarov2018-07-196-86/+22
| | | | | | | | | | | | | | | | 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
* CNS: fixing user/admin key for concurrent_volume testcaseApeksha D Khakharia2018-07-031-2/+3
| | | | | Change-Id: I78cb7989876e2f17cf1d9653723a160074050413 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* Merge "Add test cases for device removal"Krishnaram Karthick Ramdoss2018-05-171-15/+268
|\
| * Add test cases for device removalmandaltapesh2018-05-161-15/+268
| | | | | | | | | | | | Change-Id: Iedd408844beadd1a449fdb953640289044c1bfa7 Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com> Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* | CNS: fixing heketi testcases that are failingApeksha D Khakharia2018-05-142-15/+4
|/ | | | | | | | | 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>
* Merge "CNS: changing the validation with return code"Krishnaram Karthick Ramdoss2018-05-022-7/+9
|\
| * CNS: changing the validation with return codeApeksha D Khakharia2018-03-162-7/+9
| | | | | | | | | | Change-Id: I53abee4431082100afc33a52c16442469774d1cc Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* | CNS : fixing name errorsApeksha D Khakharia2018-03-051-1/+1
|/ | | | | Change-Id: I356b35bcdce31f82734eb6d32824944cdb55aac6 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* CNS: skipping 3 heketi testcases for nowApeksha D Khakharia2018-02-262-0/+13
| | | | | Change-Id: I685d3fe5eeb4ff776d3fe6907cfab798dc793b0b Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* CNS: heketi_url changeApeksha D Khakharia2018-02-211-3/+9
| | | | | Change-Id: I927166d4649a5318cea221219d471534bd258545 Signed-off-by: Apeksha D Khakharia <akhakhar@redhat.com>
* Merge "add a test for multiple parallel operations"Krishnaram Karthick Ramdoss2018-02-211-1/+93
|\
| * add a test for multiple parallel operationsJohn Mulligan2018-01-221-1/+93
| | | | | | | | | | | | | | | | 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>
* | Merge "heketi automation cases"Krishnaram Karthick Ramdoss2018-02-025-0/+749
|\ \
| * | heketi automation casesAkarsha Rai2018-01-315-0/+749
| |/ | | | | | | | | Change-Id: Id5e3765940ba88ef6d41b52c3306ba45fe62a0f1 Signed-off-by: Akarsha Rai <akrai@redhat.com>
* | Merge "Initial commit for heketi test cases"Krishnaram Karthick Ramdoss2018-02-022-0/+255
|\ \
| * | Initial commit for heketi test casesmandaltapesh2018-02-012-0/+255
| | | | | | | | | | | | | | | | | | | | | | | | | | | The initial batch of testcases pushed includes testcases related to volume creation and deletion. Change-Id: I754155c85fb764f0e0600b0c0b88d55fa999361b Signed-off-by: mandaltapesh <tmandal@redhat.com>
* | | Heketi test cases regarding volume expansion and devicesmandaltapesh2018-02-011-0/+726
| |/ |/| | | | | | | Change-Id: I449e02d126cfa1472bdc16c008f98520f0a12f00 Signed-off-by: mandaltapesh <tmandal@redhat.com>
* | add a test to run a bunch of PVC creates in parallelJohn Mulligan2018-01-221-0/+49
| | | | | | | | | | | | | | | | 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 test caseJohn Mulligan2018-01-221-0/+75
| | | | | | | | | | | | | | | | | | 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>
* | add a test to verify multiple PVC requests create multiple volumesJohn Mulligan2018-01-191-0/+247
|/ | | | | | | | 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>
* Heketi library functions for topology, volume operation,Arthy Loganathan2017-12-081-0/+102
| | | | | | | HeketiBaseClass and initial set of heketi volume testcases Change-Id: Ib700cc9ffc4bf510affdbb45710c5b27c6c7ce44 Signed-off-by: Arthy Loganathan <aloganat@redhat.com>
* Directory structure for cns-qe/cns_automation repoArthy Loganathan2017-11-231-0/+0
Change-Id: I8be99fbfa6428b69c31ec2411ff021a2bee6ac45 Signed-off-by: Arthy Loganathan <aloganat@redhat.com>