ytnobody / Testament

This repository is old. Please see https://github.com/testament-testing-env/Testament
Other
7 stars 2 forks source link

NAME

Testament - TEST AssignMENT

SYNOPSIS

To show failure report for your module,

$ testament failures Your::Module
0.05 perl-5.12.1 OpenBSD 5.1 OpenBSD.amd64-openbsd-thread-multi
0.05 perl-5.10.0 OpenBSD 5.1 OpenBSD.i386-openbsd
0.05 perl-5.14.4 FreeBSD 9.1-release amd64-freebsd-thread-multi

And, you can create a new box

$ testament create OpenBSD 5.1 OpenBSD.i386-openbsd

To show boxes-list,

$ testament list
 KEY                             BOX-ID   STATUS      RAM SSH-PORT
   1 OpenBSD::5.1::OpenBSD.i386-openbsd      ---    256MB    50954

To boot a exists box,

$ testament boot OpenBSD 5.1 OpenBSD.i386-openbsd
### or
$ testament boot 1

DESCRIPTION

Testament is a testing environment builder tool.

USAGE

testament subcommand [arguments]

subcommand

LICENSE

Copyright (C) ytnobody.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

ytnobody

moznion