fix test with password banned list

This commit is contained in:
Viktor Scharf
2025-02-28 15:53:35 +01:00
parent 4ce7efee3b
commit 5638652016
7 changed files with 49 additions and 9 deletions
+3
View File
@@ -30,6 +30,9 @@ elif [ "$TEST_SOURCE" = "opencloud" ]; then
elif [ "$STORAGE_DRIVER" = "decomposeds3" ]; then
export BEHAT_FILTER_TAGS='~@skip&&~@skipOnOpencloud-decomposeds3-Storage'
export OC_REVA_DATA_ROOT=''
elif [ "$STORAGE_DRIVER" = "posix" ]; then
export BEHAT_FILTER_TAGS='~@skip&&~@skipOnOpencloud-posix-Storage'
export OC_REVA_DATA_ROOT=''
else
echo "non existing storage selected"
exit 1