File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def setup_kms(sub_test_name: str) -> None:
73
73
if sub_test_target == "azure" :
74
74
os .environ ["AZUREKMS_VMNAME_PREFIX" ] = "PYTHON_DRIVER"
75
75
run_command (f"{ CSFLE_FOLDER } /{ sub_test_target } kms/setup.sh" )
76
- config = read_env (f"{ CSFLE_FOLDER } /{ sub_test_target } /secrets-export.sh" )
76
+ config = read_env (f"{ CSFLE_FOLDER } /{ sub_test_target } kms /secrets-export.sh" )
77
77
base_env = os .environ .copy ()
78
78
for key , value in config .items ():
79
79
base_env [key ] = str (value )
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ def handle_test_env() -> None:
203
203
204
204
# Set an environment variable for the test name and sub test name.
205
205
write_env (f"TEST_{ test_name .upper ()} " )
206
+ write_env ("TEST_NAME" , test_name )
206
207
write_env ("SUB_TEST_NAME" , sub_test_name )
207
208
208
209
# Handle pass through env vars.
You can’t perform that action at this time.
0 commit comments