Skip to content

Commit 0af101d

Browse files
committed
PYTHON-1390 - Migrate enterprise auth tests
1 parent f107c08 commit 0af101d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ buildvariants:
11991199
- matrix_name: "test-linux-enterprise-auth"
12001200
matrix_spec: {"python-version": "*", auth: "auth"}
12011201
display_name: "Enterprise Auth Linux ${python-version}"
1202-
run_on: ubuntu1204-test
1202+
run_on: rhel62-test
12031203
tasks:
12041204
- name: "test-enterprise-auth"
12051205

.evergreen/run-enterprise-auth-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ if [ ${PLATFORM} != "Java" ]; then
1818
echo "Setting GSSAPI_PASS"
1919
export GSSAPI_PASS=${SASL_PASS}
2020
else
21+
# BUILD-3830
22+
touch ${PROJECT_DIRECTORY}/.evergreen/krb5.conf.empty
23+
export KRB5_CONFIG=${PROJECT_DIRECTORY}/.evergreen/krb5.conf.empty
24+
2125
echo "Writing keytab"
2226
echo ${KEYTAB_BASE64} | base64 -d > ${PROJECT_DIRECTORY}/.evergreen/drivers.keytab
2327
echo "Running kinit"

0 commit comments

Comments
 (0)