Searched refs:_api_update (Results 1 - 6 of 6) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkg_image_update.py | 590 self._api_update(api_inst, pkgs_update=["a@latest", "a@2"], 600 self._api_update(api_inst, pkgs_update=["*", "a@1.1"]) 605 self._api_update(api_inst, pkgs_update=["*", "a@1.1", "a*@2"])
|
H A D | t_pkg_install.py | 1688 self._api_update(api_inst)
|
/pkg/src/tests/api/ |
H A D | t_linked_image.py | 671 self._api_update(api_objs[0], refresh_catalogs=False) 674 self._api_update(api_objs[2], refresh_catalogs=False) 962 self._api_update(api_objs[1]) 1232 self._api_update(api_objs[1], pkgs_update=[self.p_foo1_name[1]]) 1235 self._api_update(api_objs[1], pkgs_update=[self.p_foo1_name[2]]) 1238 self._api_update(api_objs[1], 1242 self._api_update(api_objs[1],
|
H A D | t_pkg_api_install.py | 1016 self._api_update(api_obj, ["foo@1.2"]) 1039 self._api_update(api_obj, [])
|
H A D | t_api_search.py | 1749 self._api_update(api_obj, update_index=False) 1854 self._api_update, api_obj, catch_wsie=False) 2272 self._api_update(api_obj) 2544 self._api_update(api_obj) 2569 self._api_update(api_obj)
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 3351 def _api_update(self, api_obj, catch_wsie=True, noexecute=False, member in class:CliTestCase
|
Completed in 79 milliseconds