From c1e9b51c128cde4b5359618c28405981d690127e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 31 May 2015 15:37:30 +0100 Subject: Test suite: add some replay prevention tests --- tests/tests/trustingpolicy-replay | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 tests/tests/trustingpolicy-replay (limited to 'tests/tests/trustingpolicy-replay') diff --git a/tests/tests/trustingpolicy-replay b/tests/tests/trustingpolicy-replay new file mode 100755 index 0000000..f6053aa --- /dev/null +++ b/tests/tests/trustingpolicy-replay @@ -0,0 +1,34 @@ +#!/bin/bash +set -e +. tests/lib + +t-tstunt-parsechangelog + +t-policy dgit-repos-policy-trusting +t-prep-newpackage example 1.0 + +cd $p +revision=1 +git tag start + +t-dgit build +t-dgit push --new + +t-commit 'Prep v2 which will be rewound' +t-dgit build +t-dgit push + +t-rm-dput-dropping +git checkout debian/1.0 +t-dgit build +t-dgit push --deliberately-fresh-repo + +remote="`git config dgit-distro.test-dummy.git-url`/$p.git" + +t-expect-fail 'Replay of previously-rewound upload' \ +git push "$remote" \ + debian/1.1 \ + debian/1.1~0:refs/dgit/sid + +echo ok. +echo xxx want to check replay prevention insufficient proofs in tag -- cgit v1.2.3