From 575e21172eac4fa98b350c8a0da5a2769539ed98 Mon Sep 17 00:00:00 2001 From: drdani Date: Tue, 23 May 2006 11:44:53 +0000 Subject: [PATCH] conf and input file of test app git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@603 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/condor/t.conf | 29 +++++++++++++++++++++++++++++ dcapi/condor/test_input.txt | 2 ++ 2 files changed, 31 insertions(+) create mode 100644 dcapi/condor/t.conf create mode 100644 dcapi/condor/test_input.txt diff --git a/dcapi/condor/t.conf b/dcapi/condor/t.conf new file mode 100644 index 0000000000..18a7382fd2 --- /dev/null +++ b/dcapi/condor/t.conf @@ -0,0 +1,29 @@ +# Template +# Configuration file for local implementation of DC +# + +[Master] +# +# UUID Instance +# + +InstanceUUID = 4b28cbf7-1881-459b-9e35-220a2b59c0e2 + +# +# Working directory +# + +WorkingDirectory = /home/staff/drdani/workdir + +# +# Debugging level +# + +LogLevel = Debug +LogFile = t.log + +# +# Info abount clients +# +Architectures = i386 +Client_ts_i386 = ts diff --git a/dcapi/condor/test_input.txt b/dcapi/condor/test_input.txt new file mode 100644 index 0000000000..00048d0fee --- /dev/null +++ b/dcapi/condor/test_input.txt @@ -0,0 +1,2 @@ +This is a test input file for the uppercase-demo application! +message = Hello master application