14 May, 2015
1 commit
02 Apr, 2015
1 commit
19 Mar, 2015
1 commit
-
In 23a78, we forgot to run the tests with the new SSH config files, this commit fixes that. Note that it sets the SPB_ENV variable on calling tests/run_all in the Rakefile. Maybe we want to call that explicitly, if so, we should remove the Rakefile change. Signed-off-by: Carolina Ramalho <carol15022@hotmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
05 Mar, 2015
1 commit
03 Mar, 2015
1 commit
-
The shunit2 packages on official Red Hat like distributions do not place the executables in any directory in the user PATH. According to the packager, the package is a library for unit testing and the executable is meant to be included by the users' unit tests.
02 Mar, 2015
1 commit
-
Not portable to *BSD
26 Feb, 2015
1 commit
-
Otherwise ssh will call bash -c "COMMAND", which is matched when you do things like `run_on $machine pgrep -fa PROCESS` (ssh runs bash -c 'pgrep -fa PROCESS').
23 Feb, 2015
1 commit
-
- ip_helper: don't depend on ruby - colab_tests: use new curl-host script that avoids parameter passing problems with `ssh HOST COMMAND`
19 Feb, 2015
3 commits
-
They are going to be used when testing the mail relay
-
Calling `ssh` directly instead of `vagrant ssh` brings the total run time of the test suite from ~42s down to ~9s on my workstation.
12 Feb, 2015
3 commits
-
Pending: web interface
-
that --header 'Host: [...]' gets messed up by vagrant ssh, so let's encapsulate all the common curl options we want to use all the time into a single curl wrapper in test/bin/curl
09 Feb, 2015
1 commit