mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
feat: add PullImages for ADBDriver
This commit is contained in:
@@ -288,6 +288,11 @@ func (hd *HDCDriver) PushImage(localPath string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (hd *HDCDriver) PullImages(localDir string) error {
|
||||
log.Warn().Msg("PullImages not implemented in HDCDriver")
|
||||
return nil
|
||||
}
|
||||
|
||||
func (hd *HDCDriver) ClearImages() error {
|
||||
log.Warn().Msg("ClearImages not implemented in HDCDriver")
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user