diff --git a/README.md b/README.md index 18e36d05e10611cf2cbbe8351cd434d6359c371b..70f1c4f6543544b7d32058b982b9a392cc879d32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # WebEOS CGI Testing -This project contains a set of files that are used for the okd4-install tests. To test webeos properly we need to: +This project contains a set of files that are used for the okd4-install tests. These files are copied to the following directory in EOS: `/eos/user/o/okdtests/webeos-tests/`. A Gitlab CI pipeline is used to automatically copy the files on EOS. + + +To test webeos properly we need to: 1. Clone this repo to our `EOS` home directory (we can do this using lxplus, aiadm or cernbox desktop app); diff --git a/non-cgi-php/cvmfs.php b/non-cgi-php/cvmfs.php new file mode 100644 index 0000000000000000000000000000000000000000..bf60ac4ed20e9006ef75d67264623a6a058c2f01 --- /dev/null +++ b/non-cgi-php/cvmfs.php @@ -0,0 +1 @@ +<?php $output = shell_exec('ls -l /cvmfs'); echo "$output";?>