Skip to content

Commit 1cce996

Browse files
committed
test changes
1 parent 95c32b6 commit 1cce996

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

Diff for: modules/tutorials/examples/ldap-auth/20-verify-superset.sh

+34
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,40 @@ else
3636
exit 1
3737
fi
3838

39+
echo "11111111111111111111111111111111111111111"
40+
sleep 300
41+
42+
if superset_login "db" "$username" "$password"; then
43+
echo "Login successful with $username:$password"
44+
else
45+
echo "Login not successful. Exiting."
46+
exit 1
47+
fi
48+
49+
echo "2222222222222222222222222222222222222222222"
50+
sleep 300
51+
52+
if superset_login "db" "$username" "$password"; then
53+
echo "Login successful with $username:$password"
54+
else
55+
echo "Login not successful. Exiting."
56+
exit 1
57+
fi
58+
59+
echo "33333333333333333333333333333333"
60+
sleep 300
61+
62+
if superset_login "db" "$username" "$password"; then
63+
echo "Login successful with $username:$password"
64+
else
65+
echo "Login not successful. Exiting."
66+
exit 1
67+
fi
68+
69+
echo "FINISHED FINISHED FINISHED FINISHED"
70+
sleep 30000
71+
72+
3973
username="admin"
4074
password="wrongpassword"
4175

0 commit comments

Comments
 (0)