diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-01-20 14:09:13 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-01-20 14:09:13 +0200 |
commit | 98aae80e70dcb8f9050ff05e1e082bb92c909a0d (patch) | |
tree | 20c777b8bb73c049a3aa4e20f2f9d9e0aeffd733 /src/gtest | |
parent | c24dec0a24cfe9d016656035cd756cd5ed211639 (diff) |
add bp-sim-64 test with client config; move generated files to generated directory
Change-Id: I036e5666d1a2b1ec8045f82df64cce08503cdc80
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'src/gtest')
-rw-r--r-- | src/gtest/client_cfg_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest/client_cfg_test.cpp b/src/gtest/client_cfg_test.cpp index 987fc252..851da2d1 100644 --- a/src/gtest/client_cfg_test.cpp +++ b/src/gtest/client_cfg_test.cpp @@ -71,7 +71,7 @@ TEST_F(basic_client_cfg, test1) { CGlobalInfo::m_options.m_expected_portd = 4; printf("Expected ports %d\n", CGlobalInfo::m_options.m_expected_portd); - std::string tmp_file_name = "client_cfg_gtest_GENERATED.yaml"; + std::string tmp_file_name = "generated/client_cfg_gtest_GENERATED.yaml"; FILE *fd = fopen(tmp_file_name.c_str(), "w"); if (fd == NULL) { |