Skip to content

Commit

Permalink
DBG - amplify TestAccounts.testUserPasswords
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Nov 8, 2023
1 parent 017f766 commit 94bd82c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/run
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ case "${TEST_SCENARIO:=}" in
PREPARE_OPTS="$PREPARE_OPTS --quick"
;;&
*other*)
RUN_OPTS="$RUN_OPTS $(echo "$ALL_TESTS" | grep -Ev "$RE_NETWORKING|$RE_STORAGE|$RE_EXPENSIVE")"
RUN_OPTS="$RUN_OPTS TestAccounts.testUserPasswords"
;;&

esac
Expand Down
27 changes: 27 additions & 0 deletions test/verify/check-users
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,33 @@ class TestAccounts(testlib.MachineCase):
b.click('#login-button')
b.wait_visible('#content')

def testUserPasswords2(self):
self.testUserPasswords()

def testUserPasswords3(self):
self.testUserPasswords()

def testUserPasswords4(self):
self.testUserPasswords()

def testUserPasswords5(self):
self.testUserPasswords()

def testUserPasswords6(self):
self.testUserPasswords()

def testUserPasswords7(self):
self.testUserPasswords()

def testUserPasswords8(self):
self.testUserPasswords()

def testUserPasswords9(self):
self.testUserPasswords()

def testUserPasswords10(self):
self.testUserPasswords()

def testCustomUID(self):
b = self.browser
m = self.machine
Expand Down

0 comments on commit 94bd82c

Please sign in to comment.