Home
last modified time | relevance | path

Searched refs:existing_queue (Results 1 – 1 of 1) sorted by relevance

/test/vts/utils/python/mirror/
Dmirror_tracker.py111 existing_queue=None, argument
161 if existing_queue is not None:
163 if type(existing_queue) == str:
164 if existing_queue in self._registered_mirrors:
166 existing_queue].dataType
168 existing_queue].sync
170 existing_queue].queueId
175 elif isinstance(existing_queue, resource_mirror.ResourceFmqMirror):
176 data_type = existing_queue.dataType
177 sync = existing_queue.sync
[all …]