diff options
author | Joseph Henry <josephjah@gmail.com> | 2015-11-20 02:41:27 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2015-11-20 02:41:27 -0800 |
commit | d472c59b8de2dbb1c4b100652b27a1a5b301c327 (patch) | |
tree | f7729ce194690e1439bdb76c325dd6bda69f65fb /netcon/docker-test/httpd | |
parent | 126fc46dc45e312dc469c0076b34bc2c7898262b (diff) | |
download | infinitytier-d472c59b8de2dbb1c4b100652b27a1a5b301c327.tar.gz infinitytier-d472c59b8de2dbb1c4b100652b27a1a5b301c327.zip |
Additional test files
Diffstat (limited to 'netcon/docker-test/httpd')
3 files changed, 6 insertions, 3 deletions
diff --git a/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh b/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh index da5fb766..fd47cf38 100644 --- a/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh +++ b/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh @@ -47,7 +47,8 @@ dd if=/dev/urandom of=/var/www/html/"$bigfile_name" bs="$bigfile_size" count=1 #md5sum /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" md5sum < /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" echo '*** Wrote MD5 sum to ' "$tx_md5sumfile" -echo '*** Starting httpd...' + +echo '*** Starting application...' sleep 0.5 rm -rf /run/httpd/* /tmp/httpd* zerotier-intercept /usr/sbin/httpd -D FOREGROUND >>/tmp/apache.out 2>&1 diff --git a/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh b/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh index da5fb766..fd47cf38 100644 --- a/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh +++ b/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh @@ -47,7 +47,8 @@ dd if=/dev/urandom of=/var/www/html/"$bigfile_name" bs="$bigfile_size" count=1 #md5sum /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" md5sum < /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" echo '*** Wrote MD5 sum to ' "$tx_md5sumfile" -echo '*** Starting httpd...' + +echo '*** Starting application...' sleep 0.5 rm -rf /run/httpd/* /tmp/httpd* zerotier-intercept /usr/sbin/httpd -D FOREGROUND >>/tmp/apache.out 2>&1 diff --git a/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh b/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh index da5fb766..fd47cf38 100644 --- a/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh +++ b/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh @@ -47,7 +47,8 @@ dd if=/dev/urandom of=/var/www/html/"$bigfile_name" bs="$bigfile_size" count=1 #md5sum /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" md5sum < /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" echo '*** Wrote MD5 sum to ' "$tx_md5sumfile" -echo '*** Starting httpd...' + +echo '*** Starting application...' sleep 0.5 rm -rf /run/httpd/* /tmp/httpd* zerotier-intercept /usr/sbin/httpd -D FOREGROUND >>/tmp/apache.out 2>&1 |