On Tue, Jun 26, 2018 at 3:53 PM Igor Kozhukhov <[email protected]> wrote: > > John, thanks for update. > > as resilution we have options: > 1. for reduce issues with differen shell on different platforms - need try to > look Python or Perl or something similar based framwork. > 2. try to find good way for PATH to correct tools with tests - probably it > can depend on (1) and use definitions for tools in new frameworks > 3. probably to look for universal replacements for DF, DU, FIND, GREP, SED, > etc - probabbly by separate functions implementations for tests - also depend > on (1) > 4. anything else ? > > Maybe someone know some tests framework what can be looked/investigated for > automations ? > Ideas/links/ are welcome. > > We need automation framwork, where we can specify setup/cleanup procedures > and describe steps with tests. > this framework should provide abiliy for run one test or several tests.
I'm open to the idea of a new framework, but the existing one can do everything you've mentioned. It could run python scripts as easily as it runs shell scripts. I also have a change that will allow it to run an arbitrary set of tests specified on the command line rather than using a runfile. I'll get it upstreamed within the next few days. -- John Wren Kennedy http://www.delphix.com/ ------------------------------------------ openzfs: openzfs-developer Permalink: https://openzfs.topicbox.com/groups/developer/T42f8147492666f65-Mf120bb97fb2c46e94130eb92 Delivery options: https://openzfs.topicbox.com/groups
