Commit Graph

4 Commits

Author SHA1 Message Date
Jay S. Bryant 285fbc6447 Remove the CoprHD driver
The CoprHD driver was marked unsupported
in Rocky and the vendor has indicated that
the driver is deprecated.  Given the feedback
I am removing the driver.

Change-Id: I978315402edeb0c5dd6aee28315973fa502b0e20
2018-08-09 21:34:25 +00:00
Ravi Edpuganti b248aad12a Added CG capability to volume group in CoprHD
CoprHD has been supporting consistency group starting from kilo release.
This code change makes sure that cg support is added for generic
volume groups for PIKE. Volume group maps to consistency group in
CoprHD when the consistency group snapshot flag is enabled for the
generic volume group.

Change-Id: I3ec946ca594e7c18a84f0b030607f0cc6f5864fb
Closes-Bug: #1682239
2017-07-19 17:49:59 +05:30
Eric Harney 7a84172cb2 Tests: Disallow use of assertTrue(str)
self.assertTrue(string) is fairly dangerous because
things like self.assertTrue('False') will pass.

Require a more specific assertion when passing a
string to assertTrue, which should help prevent mistakes.

Fix up tests that do this currently, some of which
appear to not be testing what they intended.

Change-Id: I0cd29b9f3247ae5b7b3c478b96970b73d69a72c0
2017-06-15 12:09:52 -04:00
Vipin Balachandran a879e4a152 Move driver tests to tests/unit/volume/drivers
Moving driver unit tests in tests/unit folder to
tests/unit/volume/drivers folder.

Change-Id: Ie1178a2e62a527590cf7bcbf3bb0cbcc90641a44
2017-01-19 19:46:24 +05:30