We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15ca839 + 3ef407e commit e2ea947Copy full SHA for e2ea947
test/cli/test_cli_functions.sh
@@ -1018,6 +1018,11 @@ function delete_account {
1018
echo_time "✅ delete accounts is done"
1019
}
1020
1021
+function delete_non_existing_resources {
1022
+ test_noobaa should_fail obc delete non-existing-obc
1023
+ test_noobaa should_fail bucketclass delete non-existing-bc
1024
+}
1025
+
1026
function check_deletes {
1027
echo_time "💬 Starting the delete cycle"
1028
local obc=($(test_noobaa silence obc list | grep -v "NAME\|default" | awk '{print $2}'))
@@ -1029,6 +1034,7 @@ function check_deletes {
1029
1034
delete_backingstore_path
1030
1035
delete_namespacestore_path
1031
1036
delete_accounts
1037
+ delete_non_existing_resources
1032
1038
echo_time "✅ delete cycle is done"
1033
1039
1040
0 commit comments