Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / src / test_driver / happy / conf / main_conf.json
1 {
2     "configuration_file": "~/.happy_conf.json",
3     "log_directory": "/tmp/happy_test_logs",
4     "default_happy_log_dir": "/tmp/happy_test_logs",
5     "log_level_file": "DEBUG",
6     "log_level_console": "INFO",
7     "default_state": "happy",
8     "process_log_prefix": "%(happy_log_dir)s/%(state_id)s_",
9     "state_environ": "HAPPY_STATE_ID",
10     "state_file_prefix": "/run/",
11     "state_file_suffix": "_state.json",
12     "default_isp_suffix": "isp",
13     "default_rt_suffix": "rt"
14 }