Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/POST/GET in test output too | Linus Nordberg | 2022-04-28 | 1 | -2/+2 |
| | |||||
* | use http get for get-* endpoints with input | Rasmus Dahlberg | 2022-04-26 | 1 | -12/+4 |
| | | | | | | https://git.sigsum.org/sigsum/tree/doc/proposals/2022-01-get-endpoints XXX: fix go.mod after merge in sigsum-go, now rgdd's local path | ||||
* | integration: pick-up cleaned-up sigsum-debug | Rasmus Dahlberg | 2022-04-23 | 1 | -14/+16 |
| | |||||
* | integration: add basic tests | Rasmus Dahlberg | 2022-04-22 | 1 | -26/+295 |
| | | | | | Mostly checks that all endpoints play with valid input. Output is checked to some extent. The exact tests can be improved over time. | ||||
* | integration: reduce interval to speed-up test | Rasmus Dahlberg | 2022-04-22 | 1 | -1/+1 |
| | |||||
* | integration: add more info prints | Rasmus Dahlberg | 2022-04-21 | 1 | -0/+3 |
| | |||||
* | integration: remove rgdd's test params | Rasmus Dahlberg | 2022-04-21 | 1 | -2/+2 |
| | |||||
* | integration: add a valid leaf test | Rasmus Dahlberg | 2022-04-21 | 1 | -0/+21 |
| | |||||
* | integration: add nicer colors and date format | Rasmus Dahlberg | 2022-04-21 | 1 | -6/+5 |
| | |||||
* | integration: add basic alive test | Rasmus Dahlberg | 2022-04-21 | 1 | -1/+21 |
| | |||||
* | integration: color-code output | Rasmus Dahlberg | 2022-04-21 | 1 | -3/+3 |
| | |||||
* | integration: add automatic setup and tear-down | Rasmus Dahlberg | 2022-04-21 | 9 | -136/+190 |
| | |||||
* | fix syntax error in integration shell script | Linus Nordberg | 2022-03-14 | 1 | -2/+2 |
| | |||||
* | adjust expressed expectations | Linus Nordberg | 2022-03-03 | 1 | -2/+2 |
| | | | | | | Corrections by rgdd. TODO: Expand on this, preferably by automating verification of return values. | ||||
* | do submit four, not one | Linus Nordberg | 2022-03-03 | 1 | -0/+3 |
| | | | | Spotted by rgdd. | ||||
* | use dns name as per proposals/2022-01-domain-hint | Linus Nordberg | 2022-03-03 | 1 | -1/+1 |
| | | | | Spotted by rgdd. | ||||
* | move values specific to a test instance to a separate file | Linus Nordberg | 2022-03-03 | 3 | -11/+26 |
| | |||||
* | clarify a few things on how to run the log | Linus Nordberg | 2022-03-03 | 1 | -10/+11 |
| | |||||
* | integration: Add a basic "it runs test" | Rasmus Dahlberg | 2022-01-26 | 4 | -0/+117 |