Classes | |
| class | SubtestData |
| class | TestData |
| class | Value |
Functions | |
| def | _clean_val |
| def | obj2hdf |
| def | py2hdf |
| def | submit_log |
| def wg_invent_client::wgtest_client::_clean_val | ( | val | ) | [private] |
Definition at line 96 of file wgtest_client.py.
| def wg_invent_client::wgtest_client::obj2hdf | ( | prefix, | ||
| obj, | ||||
hdf = None | ||||
| ) |
Converts python object to HDF. Not loop-safe
Definition at line 51 of file wgtest_client.py.
| def wg_invent_client::wgtest_client::py2hdf | ( | k, | ||
| v, | ||||
hdf = None | ||||
| ) |
Not loop-safe
Definition at line 57 of file wgtest_client.py.
| def wg_invent_client::wgtest_client::submit_log | ( | client, | ||
| testdata, | ||||
| attach_data | ||||
| ) |
Submits testing data to Invent system. @param client Invent : Invent client to load data @param testdata TestData : Test data to load @param attach_data str : File data (read from file) @return bool : True if loaded successfully
Definition at line 200 of file wgtest_client.py.