#44: Custom Tests should be transfered through rpc ------------------------+----------------------- Reporter: olichtne | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: component1 | Version: Keywords: | Blocked By: Blocking: | ------------------------+----------------------- We want our users to be able to create their own test commands that are currently located in the Tests/ directory. At the moment this works because we can use remote_exec to transfer them to the slaves which are then able to use them.
However this will not work when lnst is distributed as a package. We agreed that user tests will be located in the directory ~/.lnst/Tests/ or alternatively we can specify the path through a new config option.
Transfer of these tests will be done through rpc to a location where the slave application can find them.