summaryrefslogtreecommitdiff
path: root/testing/02-commands-sshkey.yarn
Commit message (Collapse)AuthorAgeFilesLines
* Added documentation to "create new keys" testPhillip Smyth2017-10-171-0/+2
|
* Added Lines for testing edkeyPhillip Smyth2017-10-131-0/+5
|
* Tidy up and split out sshkey scenarios a bitDaniel Silverstone2017-01-021-11/+35
|
* testing: Reformat yarnsRichard Maw2017-01-021-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 scenariosRichard Maw2016-12-181-0/+3
|
* testing: Split out current ssh key testRichard Maw2016-12-181-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 modeDaniel Silverstone2016-12-161-8/+14
|
* Update test to verify tag names with dashes are acceptedBen Brown2016-12-111-0/+12
|
* If you try to sshkey del the key you're using, you get told you can'tDaniel Silverstone2016-12-031-4/+2
|
* testing: Add tests for add/del/list ssh keysRichard Maw2016-12-031-0/+50
| | | | | This does not test that we can't delete our own key since that functionality was never implemented.
* Add empty command yarnsDaniel Silverstone2013-06-221-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.