mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
feat: add PushFile for ADBDriver
This commit is contained in:
@@ -298,6 +298,11 @@ func (hd *HDCDriver) ClearImages() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (hd *HDCDriver) PushFile(localPath string, remoteDir string) error {
|
||||
log.Warn().Msg("PushFile not implemented in HDCDriver")
|
||||
return nil
|
||||
}
|
||||
|
||||
func (hd *HDCDriver) PullFiles(localDir string, remoteDirs ...string) error {
|
||||
log.Warn().Msg("PullFiles not implemented in HDCDriver")
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user