blob: 0d853484e891c7ac9f3bdfe2931a15148dcf27f0 [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -04001# TC_PW1.21.1.NEG ASPR 1010 Passwords must include chars from 2 groupings, alpha, numeric and special
2expect 406
3user cred add m12345@@[user.name].TC_PW1.test.com 12345678
4
5# TC_PW1.21.2.NEG ASPR 1010 Passwords must include chars from 2 groupings, alpha, numeric and special
6expect 406
7user cred add m12345@@[user.name].TC_PW1.test.com abcdefgh
8
9# TC_PW1.21.3.NEG ASPR 1010 Passwords must include chars from 2 groupings, alpha, numeric and special
10expect 406
11user cred add m12345@@[user.name].TC_PW1.test.com "!@#%^()*"
12
13# TC_PW1.21.4.POS ASPR 1010 Passwords must include chars from 2 groupings, alpha, numeric and special
14expect 201
15user cred add m12345@@[user.name].TC_PW1.test.com "!@#a%^()*"
16
17sleep @[NFR]
18expect 200
19user cred del m12345@@[user.name].TC_PW1.test.com
20
21# TC_PW1.21.5.POS ASPR 1010 Passwords must include chars from 2 groupings, alpha, numeric and special
22expect 201
23user cred add m12345@@[user.name].TC_PW1.test.com "!@#2%^()*"
24
25sleep @[NFR]
26expect 200
27user cred del m12345@@[user.name].TC_PW1.test.com
28
29# TC_PW1.21.6.POS ASPR 1010 Passwords must include chars from 2 groupings, alpha, numeric and special
30expect 201
31user cred add m12345@@[user.name].TC_PW1.test.com "abc123sd"
32
33sleep @[NFR]
34expect 200
35user cred del m12345@@[user.name].TC_PW1.test.com
36
37# TC_PW1.21.10.NEG ASPR 1010 Passwords cannot be the same as the User ID
38expect 406
39user cred add m12345@@[user.name].TC_PW1.test.com m12345
40