diff options
| author | yangwei <[email protected]> | 2024-11-27 15:37:11 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-11-27 15:37:11 +0800 |
| commit | 4e6f89dfe6eb9aa770b1a810810acfa2d1b7bfc1 (patch) | |
| tree | 3c0aaf064b2771e9c72d9fa7bf71899a904c6f6a /test | |
| parent | e455954656e770010a561c45cbd12fed6027e231 (diff) | |
🧪 test(lpi plus): setup mkdir metrics
Diffstat (limited to 'test')
| -rw-r--r-- | test/lpi_plus/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lpi_plus/CMakeLists.txt b/test/lpi_plus/CMakeLists.txt index 7714cb1..9a3a44a 100644 --- a/test/lpi_plus/CMakeLists.txt +++ b/test/lpi_plus/CMakeLists.txt @@ -19,6 +19,7 @@ add_test(NAME ${TEST_NAME}.SETUP COMMAND sh -c " mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/plugin && mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/log && mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/tsgconf && + mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/metrics && cp ${CMAKE_SOURCE_DIR}/conf/stellar.toml ${CMAKE_CURRENT_BINARY_DIR}/conf/ && cp ${CMAKE_CURRENT_SOURCE_DIR}/test_config/tsg_l7_protocol.conf ${CMAKE_CURRENT_BINARY_DIR}/tsgconf/ && tomlq -t -i '.packet_io.pcap_path=\"-\"' ${CMAKE_CURRENT_BINARY_DIR}/conf/stellar.toml && |
