Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing: Ensure no guest is running when modifying images | Tobias Brunner | 2014-10-10 | 1 | -0/+12 |
| | | | | | Sometimes guests are not stopped properly. If images are then modified they will be corrupted. | ||||
* | Make test scripts callable from any path | Reto Buerki | 2013-01-17 | 1 | -3/+0 |
| | |||||
* | Drop now obsolete UML helper functions | Reto Buerki | 2013-01-17 | 1 | -44/+0 |
| | |||||
* | Run on_exit commands in FILO order | Reto Buerki | 2013-01-17 | 1 | -4/+5 |
| | |||||
* | Test availability of required commands | Reto Buerki | 2013-01-17 | 1 | -0/+10 |
| | |||||
* | Switch from raw images to qcow2 format | Reto Buerki | 2013-01-17 | 1 | -0/+31 |
| | | | | | This allows to use minimal copy-on-write clones of the base image as guest images, which in turn saves a lot of disk space. | ||||
* | Drop cecho functions | Reto Buerki | 2013-01-17 | 1 | -11/+0 |
| | |||||
* | Use log_action function in do-tests script | Reto Buerki | 2013-01-17 | 1 | -0/+14 |
| | |||||
* | Provide do_on_exit() function | Reto Buerki | 2013-01-17 | 1 | -0/+28 |
| | | | | | This function allows to register an exit action which executes when the calling script terminates. | ||||
* | Import testing.conf file in function.sh | Reto Buerki | 2013-01-17 | 1 | -12/+15 |
| | | | | | This is needed to have access to $LOGFILE and possibly other config settings. | ||||
* | Use red color in die() function | Reto Buerki | 2013-01-17 | 1 | -11/+7 |
| | | | | This is the function where red color SHOULD be used. | ||||
* | Move execute wrappers to function.sh file | Reto Buerki | 2013-01-17 | 1 | -3/+24 |
| | |||||
* | Provide log_action and log_status functions | Reto Buerki | 2013-01-17 | 1 | -1/+26 |
| | | | | | These two functions are used to log action descriptions and the corresponding command exit status in a consistent way. | ||||
* | testing: Switch to Debian based guest images | Reto Buerki | 2012-12-18 | 1 | -16/+1 |
| | | | | | | | | | | Instead of extracting a downloaded Gentoo filesystem tree into a file containing a reiserfs filesystem, create an ext3 filesystem inside a sparse file, mount it and debootstrap an up-to-date Debian system. Use this image as base for all UML guest images. Also, drop support for the various consoles and use xterm unconditionally. | ||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -0/+44 |
| | |||||
* | added RCSID | Andreas Steffen | 2007-10-08 | 1 | -1/+1 |
| | |||||
* | use cgecho for green output | Andreas Steffen | 2007-08-03 | 1 | -0/+3 |
| | |||||
* | cecho changes in UML scripts | Andreas Steffen | 2007-05-23 | 1 | -2/+2 |
| | |||||
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -0/+82 |
- applied patch for charon |