aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/hsc
Commit message (Collapse)AuthorAgeFilesLines
* Add `hsc key ctor-migrate` subcommandhjrgrn2025-11-2413-73/+0
|
* Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-141-1/+1
|
* test: Fix get-key-error testcase for hschjrgrn2025-03-192-3/+3
|
* test: Fix get-key-error testcase for hschjrgrn2025-03-182-2/+3
|
* test: Update testcase get-key-error for hschjrgrn2025-03-141-2/+2
|
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-121-1/+1
|
* arti: Remove incorrect deprecation warning in hschjrgrn2025-03-101-1/+1
|
* arti: Add a test for the "hsc key" subcommand help output.Gabriela Moldovan2024-09-193-0/+19
|
* arti: Add hsc key subcommand, deprecate hsc get-key.Gabriela Moldovan2024-09-182-2/+3
| | | | | | | | | | I am deprecating the old `hsc get-key` subcommand in favor of the new `hsc key get` subcommand. This is because I plan to implement the rest of the key management functionality (key deletion, rotation, etc.) as subcommands of the `hsc key` command. The alternative would be to add a new distinct top-level `hsc rotate-key`, `hsc remove-key`, etc. subcommand alongside the existing `hsc get-key` command (which IMO is less nice than the alternative I'm proposing).
* arti: Set the COLUMNS env var in the CLI tests.Gabriela Moldovan2024-08-281-6/+3
| | | | | | | | This sets `COLUMNS` to a large value to prevent line wrapping. Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2370#note_3067346 Closes #1574
* arti: Elide some text in the expected hsc test output.Gabriela Moldovan2024-08-281-2/+1
| | | | | | These file paths occupy more than 2 lines on some platforms. See also the motivation behind 2b8a7a196b3ea5cd8350dd77f5e5120fed8521e0
* arti: Implement the hsc subcommand using an inert tor client.Gabriela Moldovan2024-08-281-1/+1
| | | | | | | | | This allows us to reenable the `arti hsc` tests, which were previously disabled due to flakiness (see #1496). The `help` test bit rotted a bit, so I had to tweak its expected output. Closes #1496
* doc: Add arti hsc subcommand docs to doc/hsc.md.Gabriela Moldovan2024-08-051-28/+1
| | | | | This also makes the `tests/testcases/hsc/hsc.md` test case a symlink to `doc/hsc.md`.
* arti: Update the hsc markdown test.Gabriela Moldovan2024-08-051-3/+19
| | | | | | | This adds a bit more information to `hsc.md`. Note: `hsc.md` is currently just a test case for the CLI tests. A future commit promote it to module-level README.
* arti: Add tests for the arti hsc subcommand.Gabriela Moldovan2024-07-3013-0/+85