Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added documentation to "create new keys" test | Phillip Smyth | 2017-10-17 | 1 | -0/+2 |
| | |||||
* | Added Lines for testing edkey | Phillip Smyth | 2017-10-13 | 1 | -0/+5 |
| | |||||
* | Tidy up and split out sshkey scenarios a bit | Daniel Silverstone | 2017-01-02 | 1 | -11/+35 |
| | |||||
* | testing: Reformat yarns | Richard Maw | 2017-01-02 | 1 | -28/+31 |
| | | | | | | | | We got some weird indentations because some code editors normalise whitespace and do so to different levels. This also took the opportunity to re-justify the text too. | ||||
* | testing: Add teardown step to all scenarios | Richard Maw | 2016-12-18 | 1 | -0/+3 |
| | |||||
* | testing: Split out current ssh key test | Richard Maw | 2016-12-18 | 1 | -19/+18 |
| | | | | | | | This was disabled because when accessing Gitano over HTTP there is no current key to display or prevent you from deleting. By splitting it out we can add an ASSUMING to conditionally activate it. | ||||
* | Ensure the tests actually run under HTTP mode | Daniel Silverstone | 2016-12-16 | 1 | -8/+14 |
| | |||||
* | Update test to verify tag names with dashes are accepted | Ben Brown | 2016-12-11 | 1 | -0/+12 |
| | |||||
* | If you try to sshkey del the key you're using, you get told you can't | Daniel Silverstone | 2016-12-03 | 1 | -4/+2 |
| | |||||
* | testing: Add tests for add/del/list ssh keys | Richard Maw | 2016-12-03 | 1 | -0/+50 |
| | | | | | This does not test that we can't delete our own key since that functionality was never implemented. | ||||
* | Add empty command yarns | Daniel Silverstone | 2013-06-22 | 1 | -0/+1 |
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. |