Home
last modified time | relevance | path

Searched refs:DoTestCases (Results 1 – 9 of 9) sorted by relevance

/developtools/integration_verification/tools/fotff/tester/manual/
Dmanual.go53 return t.DoTestCases(deviceSN, []string{"default"}, ctx)
79 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste… func
/developtools/integration_verification/tools/fotff/tester/pkg_available/
Dpkg_available.go52 return t.DoTestCases(deviceSN, []string{"pkg_available"}, ctx)
72 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste… func
/developtools/integration_verification/tools/fotff/tester/
Dtester.go43 DoTestCases(device string, testcases []string, ctx context.Context) ([]Result, error) methodSpec
/developtools/integration_verification/tools/fotff/tester/mock/
Dmock.go54 func (t *Tester) DoTestCases(device string, testcases []string, ctx context.Context) ([]tester.Resu… func
/developtools/integration_verification/tools/fotff/tester/common/
Dcommon.go106 func (t *Tester) DoTestCases(device string, testCases []string, ctx context.Context) ([]tester.Resu… func
/developtools/integration_verification/tools/fotff/tester/smoke/
Dsmoke.go107 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste… func
/developtools/integration_verification/tools/fotff/tester/xdevice/
Dxdevice.go122 func (t *Tester) DoTestCases(deviceSN string, testcases []string, ctx context.Context) (ret []teste… func
/developtools/integration_verification/tools/fotff/rec/
Dfotff.go154 results, err = t.DoTestCases(device, append(fellows, testcase), ctx)
Dfotff_test.go101 func (f *FotffMocker) DoTestCases(device string, testcases []string, ctx context.Context) ([]tester… func