Skip to content
Snippets Groups Projects
Commit 5225fa0b authored by Danny Auble's avatar Danny Auble
Browse files

Fix test to actually run.

parent cd22e50e
No related branches found
No related tags found
No related merge requests found
...@@ -161,14 +161,14 @@ remove_user "" "" $users ...@@ -161,14 +161,14 @@ remove_user "" "" $users
remove_acct "" $accounts remove_acct "" $accounts
remove_cluster "$cluster" remove_cluster "$cluster"
#add cluster #add cluster
incr exit_code [add_cluster "$cluster" "" "" "" "" "" "" "" "" "" "" "" ""] incr exit_code [add_cluster "$cluster" "" "" "" "" "" "" "" "" "" "" "" "" ""]
if { $exit_code } { if { $exit_code } {
remove_cluster "$cluster" remove_cluster "$cluster"
exit $exit_code exit $exit_code
} }
#add accounts #add accounts
incr exit_code [add_acct "$cluster" "" "$account1,$account2" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ] incr exit_code [add_acct "$cluster" "" "$account1,$account2" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""]
if { $exit_code } { if { $exit_code } {
remove_acct "" "$account1,$account2" remove_acct "" "$account1,$account2"
remove_cluster "$cluster" remove_cluster "$cluster"
...@@ -176,7 +176,7 @@ if { $exit_code } { ...@@ -176,7 +176,7 @@ if { $exit_code } {
} }
#add accounts #add accounts
incr exit_code [add_acct "$cluster" "$account2" "$account3" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ] incr exit_code [add_acct "$cluster" "$account2" "$account3" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""]
if { $exit_code } { if { $exit_code } {
remove_acct "" $accounts remove_acct "" $accounts
remove_cluster "$cluster" remove_cluster "$cluster"
...@@ -184,7 +184,7 @@ if { $exit_code } { ...@@ -184,7 +184,7 @@ if { $exit_code } {
} }
#add users #add users
incr exit_code [add_user "$cluster" $accounts $users "" "" "" $wckey1 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ] incr exit_code [add_user "$cluster" $accounts $users "" "" "" $wckey1 "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" "" ""]
if { $exit_code } { if { $exit_code } {
remove_user "" "" $users remove_user "" "" $users
remove_acct "" $accounts remove_acct "" $accounts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment