Searched refs:TestCase (Results 1 – 6 of 6) sorted by relevance
| /developtools/integration_verification/tools/fotff/rec/ |
| D | flashandtest.go | 17 TestCase string member 34 if opt.TestCase == "" { 55 result, err := opt.T.DoTestCase(opt.Device, opt.TestCase, ctx) 57 …logrus.Errorf("Failed to run test case %s on device %s, error: %s", opt.TestCase, opt.Device, err.… 61 logrus.Infof("Flash and test for test case %s done, result: %s", opt.TestCase, result)
|
| /developtools/integration_verification/tools/fotff/tester/common/ |
| D | common.go | 35 TestCase string `json:"test_case"` member 144 ret = append(ret, tester.Result{TestCaseName: r.TestCase, Status: tester.ResultPass}) 146 ret = append(ret, tester.Result{TestCaseName: r.TestCase, Status: tester.ResultFail})
|
| /developtools/hiperf/script/test/ |
| D | test_utils.py | 28 class TestUtils(unittest.TestCase):
|
| D | test_command_script.py | 41 class TestCommandScript(unittest.TestCase):
|
| /developtools/integration_verification/tools/fotff/tester/xdevice/ |
| D | xdevice.go | 46 TestCase []struct { 151 for _, c := range s.TestCase {
|
| /developtools/integration_verification/tools/fotff/ |
| D | main.go | 115 TestCase: testCase,
|