2011-10-11 10:54:55 +00:00
|
|
|
Tests needed for config_install:
|
2011-10-07 15:48:36 +00:00
|
|
|
|
2011-10-11 10:54:55 +00:00
|
|
|
cleanup()
|
|
|
|
- Fail if cache_dir from previous run cannot be deleted
|
|
|
|
- Fail if cache_dir cannot be created from current out_dir
|
|
|
|
|
|
|
|
filter()
|
|
|
|
- ensure logformat is changed: target host is prefixed:
|
|
|
|
LOGLEVEL: target_host: MESSAGE
|
|
|
|
|
2011-10-11 11:47:53 +00:00
|
|
|
link_emulator():
|
|
|
|
- ensure that links to ALL types are created
|
|
|
|
- ensure that links points to correct executable
|
|
|
|
- i.e. readlink() works
|
|
|
|
- AND target of readlink is the correct executable
|
|
|
|
|
|
|
|
remote_mkdir()
|
|
|
|
- is directory created
|
|
|
|
|
|
|
|
remove_remote_path
|
|
|
|
- is path removed
|
2011-10-07 15:48:36 +00:00
|
|
|
|
2011-10-11 11:47:53 +00:00
|
|
|
transfer_path
|
|
|
|
- is src to dst transferred?
|
2011-10-07 15:48:36 +00:00
|
|
|
|
2011-10-11 11:47:53 +00:00
|
|
|
emulator:
|
|
|
|
may only be called with __ as prefix - fail otherwise!
|