File tree Expand file tree Collapse file tree 2 files changed +28
-13
lines changed Expand file tree Collapse file tree 2 files changed +28
-13
lines changed Original file line number Diff line number Diff line change @@ -1403,6 +1403,19 @@ tasks:
14031403 - func : start-load-balancer
14041404 - func : run-lb-tests
14051405 - func : stop-load-balancer
1406+ - name : test-auth-kerberos
1407+ tags :
1408+ - auth
1409+ - kerberos
1410+ commands :
1411+ - command : expansions.update
1412+ type : setup
1413+ params :
1414+ updates :
1415+ - {key: NATIVE, value: 'true'}
1416+ - func : install dependencies
1417+ - func : assume secrets manager role
1418+ - func : run kerberos tests
14061419 - name : test-auth-ldap
14071420 tags :
14081421 - auth
@@ -2861,6 +2874,7 @@ buildvariants:
28612874 - test-8.0-load-balanced
28622875 - test-rapid-load-balanced
28632876 - test-latest-load-balanced
2877+ - test-auth-kerberos
28642878 - test-auth-ldap
28652879 - test-socks5
28662880 - test-socks5-csfle
@@ -2915,6 +2929,7 @@ buildvariants:
29152929 - test-8.0-load-balanced
29162930 - test-rapid-load-balanced
29172931 - test-latest-load-balanced
2932+ - test-auth-kerberos
29182933 - test-auth-ldap
29192934 - test-socks5
29202935 - test-socks5-csfle
@@ -2968,6 +2983,7 @@ buildvariants:
29682983 - test-8.0-load-balanced
29692984 - test-rapid-load-balanced
29702985 - test-latest-load-balanced
2986+ - test-auth-kerberos
29712987 - test-auth-ldap
29722988 - test-socks5-csfle
29732989 - test-socks5-tls
Original file line number Diff line number Diff line change @@ -158,19 +158,18 @@ TASKS.push(
158158 { func : 'stop-load-balancer' }
159159 ]
160160 } ) ) ,
161- // TODO(NODE-7178): Unskip kerberos tests.
162- // {
163- // name: 'test-auth-kerberos',
164- // tags: ['auth', 'kerberos'],
165- // commands: [
166- // updateExpansions({
167- // NATIVE: 'true'
168- // }),
169- // { func: 'install dependencies' },
170- // { func: 'assume secrets manager role' },
171- // { func: 'run kerberos tests' }
172- // ]
173- // },
161+ {
162+ name : 'test-auth-kerberos' ,
163+ tags : [ 'auth' , 'kerberos' ] ,
164+ commands : [
165+ updateExpansions ( {
166+ NATIVE : 'true'
167+ } ) ,
168+ { func : 'install dependencies' } ,
169+ { func : 'assume secrets manager role' } ,
170+ { func : 'run kerberos tests' }
171+ ]
172+ } ,
174173 {
175174 name : 'test-auth-ldap' ,
176175 tags : [ 'auth' , 'ldap' ] ,
You can’t perform that action at this time.
0 commit comments