Searched defs:Context (Results 1 – 9 of 9) sorted by relevance
/developtools/integration_verification/tools/fotff/utils/ |
D | exec.go | 29 func ExecContext(ctx context.Context, name string, args ...string) error { 42 func execContext(ctx context.Context, name string, args ...string) error { 63 func ExecCombinedOutputContext(ctx context.Context, name string, args ...string) ([]byte, error) { 77 func execCombinedOutputContext(ctx context.Context, name string, args ...string) ([]byte, error) { 85 func SleepContext(duration time.Duration, ctx context.Context) {
|
D | hdc.go | 23 func WaitHDC(device string, ctx context.Context) bool { 58 func TryRebootToLoader(device string, ctx context.Context) error { 75 func HdcShell(cmd, device string, ctx context.Context) error {
|
D | ssh.go | 41 func RunCmdViaSSHContext(ctx context.Context, addr string, user string, passwd string, cmd string) … 54 func RunCmdViaSSHContextNoRetry(ctx context.Context, addr string, user string, passwd string, cmd s…
|
/developtools/integration_verification/tools/fotff/tester/ |
D | tester.go | 37 Prepare(pkgDir string, device string, ctx context.Context) error 39 DoTestTask(device string, ctx context.Context) ([]Result, error) 41 DoTestCase(device string, testCase string, ctx context.Context) (Result, error) 43 DoTestCases(device string, testcases []string, ctx context.Context) ([]Result, error)
|
/developtools/integration_verification/tools/fotff/pkg/dayu200/ |
D | flash.go | 35 func (m *Manager) flashDevice(device string, pkg string, ctx context.Context) error { 52 func (m *Manager) flashImages(device string, pkg string, ctx context.Context) error {
|
/developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
D | build.go | 35 func (m *Manager) Build(config BuildConfig, ctx context.Context) error { 67 func (m *Manager) BuildNoRetry(config BuildConfig, rm bool, ctx context.Context) error {
|
/developtools/integration_verification/tools/fotff/rec/ |
D | flashandtest.go | 21 func FlashAndTest(ctx context.Context, opt *FlashAndTestOptions) error {
|
D | fotff.go | 131 func flashAndTest(m pkg.Manager, t tester.Tester, pkg string, testcase string, ctx context.Context,…
|
/developtools/integration_verification/tools/fotff/pkg/ |
D | pkg.go | 26 Flash(device string, pkg string, ctx context.Context) error
|