Humble Chirammal
b4452f0787
e2e: validate the error return instead of object for consitency
...
If loadPVC() fails, it return error and we expect the PVC object
to be nil too. In many places we check on the error and exit.
However in few places we are looking at PVC object.
This commit make the condition check on `err` instead of `PVC`
object for consistency.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-10-21 13:56:12 +00:00
Niels de Vos
a2c077e0d5
e2e: use k8sVersionGreaterEquals() for cephfs upgrade tests
...
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-10-19 16:00:39 +00:00
Yug
726dcf4da3
ci: Update cephfs upgrade tests
...
Add snapshot cloning and pvc cloning test cases for
cephfs upgrade tests.
Signed-off-by: Yug <yuggupta27@gmail.com>
2020-09-30 18:07:15 +00:00
Niels de Vos
85df59531b
e2e: pass SC parameters to createCephfsStorageClass()
...
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-09-23 12:12:51 +00:00
Madhu Rajanna
b4693dcffe
e2e: rework on E2E framework
...
rework of E2E framework for better code
organization and add more helpful logs for
debugging.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-09-10 07:40:13 +00:00
Yug
9b30969594
cephfs: add upgrade testing
...
Upgrade testing will enable us to keep
in check the backward compatibility of
earlier releases.
Signed-off-by: Yug <yuggupta27@gmail.com>
2020-07-26 03:41:53 +00:00