Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 6 of 6) sorted by relevance

/developtools/integration_verification/tools/fotff/rec/
Dflashandtest.go17 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/
Dcommon.go35 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/
Dtest_utils.py28 class TestUtils(unittest.TestCase):
Dtest_command_script.py41 class TestCommandScript(unittest.TestCase):
/developtools/integration_verification/tools/fotff/tester/xdevice/
Dxdevice.go46 TestCase []struct {
151 for _, c := range s.TestCase {
/developtools/integration_verification/tools/fotff/
Dmain.go115 TestCase: testCase,