Review 'test_replay_attack'

This commit is contained in:
Vladimir Diaz 2015-10-27 17:24:57 -04:00
parent 2541276320
commit 7bf14b3bc4

View file

@ -315,7 +315,7 @@ def test_with_tuf(self):
# Restore the previous version of 'timestamp.json' on the remote repository
# and verify that the non-TUF client downloads it (expected, but not ideal).
shutil.move(backup_timestamp, timestamp_path)
logger.info('Moving the backup timestamp to the current version.')
logger.info('Moving the timestamp.json backup to the current version.')
# Verify that the TUF client detects replayed metadata and refuses to
# continue the update process.