Home
last modified time | relevance | path

Searched refs:DoTestCase (Results 1 – 10 of 10) sorted by relevance

/developtools/integration_verification/tools/fotff/tester/mock/
Dmock.go49 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er… func
57 r, err := t.DoTestCase(device, testcase, ctx)
/developtools/integration_verification/tools/fotff/tester/manual/
Dmanual.go56 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
81 r, err := t.DoTestCase(deviceSN, testcase, ctx)
/developtools/integration_verification/tools/fotff/tester/pkg_available/
Dpkg_available.go55 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
74 r, err := t.DoTestCase(deviceSN, testcase, ctx)
/developtools/integration_verification/tools/fotff/tester/
Dtester.go41 DoTestCase(device string, testCase string, ctx context.Context) (Result, error) methodSpec
/developtools/integration_verification/tools/fotff/rec/
Dflashandtest.go55 result, err := opt.T.DoTestCase(opt.Device, opt.TestCase, ctx)
Dfotff_test.go82 func (f *FotffMocker) DoTestCase(device string, testcase string, ctx context.Context) (tester.Resul… func
104 r, err := f.DoTestCase(device, testcase, ctx)
Drecord.go89 r, err := t.DoTestCase(dev, result.TestCaseName, context.TODO())
/developtools/integration_verification/tools/fotff/tester/common/
Dcommon.go73 func (t *Tester) DoTestCase(device string, testCase string, ctx context.Context) (tester.Result, er… func
/developtools/integration_verification/tools/fotff/tester/smoke/
Dsmoke.go80 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func
/developtools/integration_verification/tools/fotff/tester/xdevice/
Dxdevice.go98 func (t *Tester) DoTestCase(deviceSN, testCase string, ctx context.Context) (ret tester.Result, err… func