|
|
|
@ -4065,7 +4065,7 @@ class AutoTest(ABC):
@@ -4065,7 +4065,7 @@ class AutoTest(ABC):
|
|
|
|
|
return self.check_mission_items_same(check_atts, want, got, skip_first_item=True, strict=strict) |
|
|
|
|
|
|
|
|
|
def check_mission_item_upload_download(self, items, itype, mission_type, strict=True): |
|
|
|
|
self.progress("check %s _upload/download: upload %u items" % |
|
|
|
|
self.progress("check %s upload/download: upload %u items" % |
|
|
|
|
(itype, len(items),)) |
|
|
|
|
self.upload_using_mission_protocol(mission_type, items) |
|
|
|
|
self.progress("check %s upload/download: download items" % itype) |
|
|
|
|