From 34aafaf8fb6b88c479a29073eaf0fab53226db8d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 19 Nov 2007 23:18:53 +0000 Subject: Revoke svn path=/scripts/testpoke.py; revision=1332 --- scripts/testpoke.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/testpoke.py') diff --git a/scripts/testpoke.py b/scripts/testpoke.py index 5031b259..f6fc531d 100644 --- a/scripts/testpoke.py +++ b/scripts/testpoke.py @@ -89,7 +89,10 @@ def do_issue(): print query_up_down(q_pdu) def do_revoke(): - raise NotImplementedError + q_pdu = rpki.up_down.revoke_pdu() + q_pdu.class_name = yaml_req["class"] + q_pdu.ski = yaml_req["ski"] + print query_up_down(q_pdu) dispatch = { "list" : do_list, "issue" : do_issue, "revoke" : do_revoke } -- cgit v1.2.3