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