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

/pkg/src/tests/api/
H A Dt_history.py42 import pkg.client.history as history namespace
66 # Used to store the name of a history file across tests.
76 # converted by history to deal with minidom issues.
79 self.__h = history.History(root_dir=self.__scratch_dir)
87 self.assertEqual(os.path.join(self.__scratch_dir, "history"),
142 """Verify that the saved history can be retrieved properly.
144 h = history.History(root_dir=self.__scratch_dir,
156 self.assertEqual(history.RESULT_SUCCEEDED, h.operation_result)
167 "result": history
[all...]
/pkg/src/modules/client/
H A Dimage.py53 import pkg.client.history as history namespace
175 self.history = history.History()
396 'new_history_op' indicates whether we should handle history
406 self.history.log_operation_start(op,
422 self.history.log_operation_end(error=error)
733 "cache/tmp", "gui_cache", "history", "license",
737 img_dirs = ["download", "file", "gui_cache", "history",
866 self.history
[all...]
H A Dapi.py79 import pkg.client.history as history namespace
123 RESULT_CANCELED = history.RESULT_CANCELED
124 RESULT_NOTHING_TO_DO = history.RESULT_NOTHING_TO_DO
125 RESULT_SUCCEEDED = history.RESULT_SUCCEEDED
126 RESULT_FAILED_BAD_REQUEST = history.RESULT_FAILED_BAD_REQUEST
127 RESULT_FAILED_CONFIGURATION = history.RESULT_FAILED_CONFIGURATION
128 RESULT_FAILED_CONSTRAINED = history.RESULT_FAILED_CONSTRAINED
129 RESULT_FAILED_LOCKED = history.RESULT_FAILED_LOCKED
130 RESULT_FAILED_SEARCH = history
[all...]

Completed in 30 milliseconds