Lines Matching refs:installResult
42 installResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/bundle_first.hap")
43 if 'install bundle successfully' not in installResult.strip():
50 installResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/bundle_second.hap")
51 if 'error: install version downgrade' not in installResult.strip():
58 installResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/bundle_third.hap")
59 if 'install bundle successfully' not in installResult.strip():
69 installResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/bundle_fourth.hap")
70 if 'install bundle successfully' not in installResult.strip():
73 installResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/feature_first.hap")
74 if 'install bundle successfully' not in installResult.strip():
77 installResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/feature_second.hap")
78 if 'error: install version not compatible' not in installResult.strip():
81 installResult = self.device1.execute_shell_command("bm install -p /data/local/tmp/feature_third.hap")
82 if 'error: verify signature failed' not in installResult.strip():