summaryrefslogtreecommitdiffstats
path: root/pki/base/tps/tools/raclient/format.tps
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/tps/tools/raclient/format.tps')
-rw-r--r--pki/base/tps/tools/raclient/format.tps45
1 files changed, 0 insertions, 45 deletions
diff --git a/pki/base/tps/tools/raclient/format.tps b/pki/base/tps/tools/raclient/format.tps
deleted file mode 100644
index f087a2d25..000000000
--- a/pki/base/tps/tools/raclient/format.tps
+++ /dev/null
@@ -1,45 +0,0 @@
-# --- BEGIN COPYRIGHT BLOCK ---
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation;
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02110-1301 USA
-#
-# Copyright (C) 2007 Red Hat, Inc.
-# All rights reserved.
-# --- END COPYRIGHT BLOCK ---
-#
-########################################################
-# Description:
-# This data file tests token format operation.
-#
-# Execution:
-# tpsclient < format.test
-#
-########################################################
-op=var_set name=ra_host value=air
-op=var_set name=ra_port value=8000
-op=var_set name=ra_uri value=/nk_service
-op=var_list
-# print original token status
-op=token_status
-### set token params
-op=token_set cuid=a00192030405060708c9 app_ver=6FBBC105 key_info=0101
-op=token_set auth_key=404142434445464748494a4b4c4d4e4f
-op=token_set mac_key=404142434445464748494a4b4c4d4e4f
-op=token_set kek_key=404142434445464748494a4b4c4d4e4f
-op=token_status
-## perform format operation
-op=ra_format uid=test pwd=password num_threads=1 new_pin=password
-# print changed token status
-op=token_status
-op=exit