2022-08-04 00:08:44 +08:00
|
|
|
function(copy_configuration_check_e2e_python_files FILE_NAME)
|
|
|
|
copy_e2e_python_files(write_procedures ${FILE_NAME})
|
|
|
|
endfunction()
|
|
|
|
|
|
|
|
copy_configuration_check_e2e_python_files(default_config.py)
|
|
|
|
copy_configuration_check_e2e_python_files(configuration_check.py)
|
2023-05-16 20:25:41 +08:00
|
|
|
copy_configuration_check_e2e_python_files(storage_info.py)
|