File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,24 @@ testConfig() {
53
53
VALUES_FILE=" $( cat $ROOT_DIR /buildtest/scf-config-values.yaml) "
54
54
assertContains ' generates correctly AUTOSCALER' " $VALUES_FILE " " autoscaler: true"
55
55
56
+ make clean
57
+
58
+ export BACKEND=kind
59
+ export GARDEN_ROOTFS_DRIVER=test
60
+ make buildir scf-gen-config
61
+
62
+ VALUES_FILE=" $( cat $ROOT_DIR /buildtest/scf-config-values.yaml) "
63
+ assertContains ' generates correctly GARDEN_ROOTFS_DRIVER ' " $VALUES_FILE " " GARDEN_ROOTFS_DRIVER: \" test\" "
56
64
57
- BACKEND=caasp4os make scf-gen-config
65
+
66
+ make clean
67
+
68
+ unset GARDEN_ROOTFS_DRIVER
69
+ export BACKEND=caasp4os
70
+ make buildir scf-gen-config
58
71
VALUES_FILE=" $( cat $ROOT_DIR /buildtest/scf-config-values.yaml) "
59
72
assertContains ' generates correctly GARDEN_ROOTFS_DRIVER for caasp' " $VALUES_FILE " " GARDEN_ROOTFS_DRIVER: \" btrfs\" "
73
+
60
74
}
61
75
62
76
# Tests backend switch
You can’t perform that action at this time.
0 commit comments