Searched defs:img_path (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py2398 def img_path(self, ii=None): member in class:CliTestCase
2405 return self.img_path()
2411 return os.path.join(self.img_path(), relpath)
2413 def get_img_api_obj(self, cmd_path=None, ii=None, img_path=None):
2416 cmd_path = os.path.join(self.img_path(), "pkg")
2417 if not img_path:
2418 img_path = self.img_path(ii=ii)
2419 res = pkg.client.api.ImageInterface(img_path,
2428 self.ta_dir = os.path.join(self.img_path(), "et
[all...]

Completed in 591 milliseconds