Test SWID REST API ins tnc/tnccs-20-pdp scenarios

This commit is contained in:
Andreas Steffen
2014-05-31 21:25:46 +02:00
parent 59db666094
commit 2382d45b1c
83 changed files with 1113 additions and 73 deletions
+11 -1
View File
@@ -48,7 +48,17 @@ do
execute "cp -rf $HOSTSDIR/default/* $LOOPDIR" 0
execute_chroot "ldconfig" 0
if [ "$host" = "winnetou" ]
if [ "$host" = "alice" ]
then
execute "mkdir $LOOPDIR/var/log/apache2/tnc" 0
execute "mkdir $LOOPDIR/etc/strongTNC" 0
execute "mkdir $LOOPDIR/etc/pts" 0
execute_chroot "chgrp www-data /etc/strongTNC" 0
execute_chroot "chmod g+w /etc/strongTNC" 0
execute_chroot "chgrp www-data /etc/pts" 0
execute_chroot "chmod g+w /etc/pts" 0
fi
if [ "$host" = "winnetou" ]
then
execute "mkdir $LOOPDIR/var/log/apache2/ocsp" 0
execute "cp -rf $DIR/../images $LOOPDIR/var/www/" 0