diff options
| author | songyanchao <[email protected]> | 2024-07-31 07:38:57 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-08-09 09:31:48 +0000 |
| commit | 7aed37ad50e7e1da4d56ccd5642b0bb823f764e1 (patch) | |
| tree | 3df7db26ec6c73c085900c46f05ea41d05150091 /test | |
| parent | 15c83d74fed6280613dfa6856832dff3bcc31077 (diff) | |
🧪 test(DPISDN-52): Add CMocka-based test cases for BFD node.
Add CMocka-based test cases for BFD node.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ptf_test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ptf_test/CMakeLists.txt b/test/ptf_test/CMakeLists.txt index a328237..30d45a5 100644 --- a/test/ptf_test/CMakeLists.txt +++ b/test/ptf_test/CMakeLists.txt @@ -55,7 +55,7 @@ add_test( NAME bfd_test COMMAND /usr/local/bin/ptf --test-dir ${CMAKE_CURRENT_SOURCE_DIR} --interface 0@veth0-ptf0 - bfd_test_for_etherfabric bfd_test_for_bfdd --test-params "source_dir='${CMAKE_BINARY_DIR}'" + bfd_test_for_etherfabric bfd_test_for_bfdd bfd_test_for_ttl --test-params "source_dir='${CMAKE_BINARY_DIR}'" ) # Add bridge test |
