Changeset 29228 for branches/sc_branches/psps_testing/testers/batch_file.py
- Timestamp:
- Sep 23, 2010, 3:46:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/psps_testing/testers/batch_file.py
r29227 r29228 25 25 of the files contained in the archive 26 26 27 >>> print BatchFileTester("data/psut/ok/B00000010.tar.gz").test() 28 PSDC-940-006-01, 3.4.1: OK 29 PSDC-940-006-01, 3.4: OK 30 PSDC-940-006-01, 3.5.1.2: OK 31 PSDC-940-006-01, 3.5.1.1: OK 32 PSDC-940-006-01, 3.5.1 (file attributes/name): OK 33 PSDC-940-006-01, 3.5.1 (file attributes/size): OK 34 PSDC-940-006-01, 3.5.1 (file attributes/MD5 checksum of file): OK 35 BARF 27 >>> print BatchFileTester("data/psut/ok/B00000010.tar.gz").test().success 28 True 36 29 """ 37 30 def __init__(self, filename):
Note:
See TracChangeset
for help on using the changeset viewer.
