mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
feat(sanity): adding CSI Sanity test (#232)
* adding CSI Sanity test for ZFS-LocalPV * make lowercase at all the places Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
5a5b043507
commit
a73a59fd49
7 changed files with 342 additions and 59 deletions
6
Makefile
6
Makefile
|
|
@ -235,6 +235,12 @@ zfs-driver-image: zfs-driver
|
|||
ci:
|
||||
@echo "--> Running ci test";
|
||||
$(PWD)/ci/ci-test.sh
|
||||
|
||||
.PHONY: sanity
|
||||
sanity:
|
||||
@echo "--> Running CSI Sanity test";
|
||||
$(PWD)/ci/sanity.sh
|
||||
|
||||
# Push images
|
||||
deploy-images:
|
||||
@DIMAGE="${IMAGE_ORG}/zfs-driver" ./buildscripts/push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue