Go to the source code of this file.
◆ VSF_TEST_APPCFG_KEY_PREFIX
| #define VSF_TEST_APPCFG_KEY_PREFIX "test" |
◆ vsf_test_appcfg_data_init()
Initialize the appcfg for data synchronization.
- Parameters
-
- Note
- Its default implementation is an empty weak function, which the user can re-implement as needed. After initialization, we need to make sure that appcfg command can be used properly.
◆ vsf_test_appcfg_data_sync()
Synchronize data via appcfg command interface.
- Parameters
-
- Note
- This is a synchronized blocking API using appcfg command.
◆ vsf_test_appcfg_read_case_result()
Read test case result and name from appcfg.
- Parameters
-
| [in] | idx | test case index |
| [out] | result | test result (can be NULL) |
| [out] | name | test case name buffer (can be NULL) |
| [in] | name_size | size of name buffer |
- Returns
- true if found, false otherwise
Read test case result and name from appcfg.