summaryrefslogtreecommitdiff
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'baserock/baserock/richardipsum/syslog'Daniel Silverstone2013-10-031-2/+3
| | | | | Also fix up test tool so that tests do not fail now that we depend on the SSH_CLIENT environment variable coming from the caller.
* Add another ls scenarioDaniel Silverstone2013-08-251-0/+17
|
* Initial scenario for lsDaniel Silverstone2013-07-191-0/+20
|
* Add 'fsck' test yarnDaniel Silverstone2013-06-231-0/+64
|
* Add checks for 'gc'Daniel Silverstone2013-06-231-0/+68
|
* Additional scenario for the 'as' commandDaniel Silverstone2013-06-221-0/+34
|
* Support testing of 'as'Daniel Silverstone2013-06-223-11/+54
|
* Add empty command yarnsDaniel Silverstone2013-06-2220-0/+20
| | | | | | | | | In order that we can test every command individually, we want a yarn for each command. These tests should be run before any of the more complex scenarios. As such, we group them all under 02-commands. For now, these yarn files are empty. As time goes by we will add tests for everything these commands can do.
* Add a repo creation scenarioDaniel Silverstone2013-06-221-0/+25
|
* Some more basic testing scenarios.Daniel Silverstone2013-06-222-0/+49
| | | | | | The two scenarios added here verify some basics of users. That the administration user can ls and see gitano-admin, that it is a member thereof and that a fresh user cannot and is not.
* Initial testing tool, library and basic testDaniel Silverstone2013-06-224-0/+312
The tool (testing/gitano-test-tool.in) provides a bunch of complex behaviours which are then used by the scenario test implementations in testing/library.yarn. From there, those implementations for scenario tests which are in the rest of the .yarn files in testing/. A top level 'make test' will invoke the test suite.