summaryrefslogtreecommitdiff
path: root/tests/shadow/shadow.yaml
Commit message (Collapse)AuthorAgeFilesLines
* CI: Add client auth integration test.Gabriela Moldovan2023-07-121-0/+30
|
* articlient-onion: don't filter onion addressesJim Newsome2023-07-031-1/+1
|
* Dedupe arti configs and match TestingTorNetworks HS configJim Newsome2023-07-031-3/+3
|
* shadow test: disable trace-level loggingJim Newsome2023-07-031-2/+0
| | | | | | Some hosts were configured to log at trace level instead of the global default (debug level). This was resulting in quite large shadow log output.
* shadow test: add 2 more relaysJim Newsome2023-07-031-0/+16
| | | | | Without this, the onion client was failing to find a guard. We recently made this change in shadow's "tor minimal" test as well.
* shadow test: add and validate arti onion clientJim Newsome2023-07-031-0/+16
|
* shadow test: add onion serverJim Newsome2023-07-031-0/+14
|
* shadow ci: bump shadowJim Newsome2023-05-221-9/+27
|
* shadow ci: avoid hard coding tgen and tor bin pathsJim Newsome2022-12-191-9/+9
| | | | | As of shadow 2.3, shadow can locate executables from the PATH, letting us avoid hard-coded paths here.
* shadow ci: only do pcap capture for bridge clientJim Newsome2022-12-191-4/+2
|
* add vanila bridge to shadow simtrinity-1686a2022-11-301-0/+25
|
* shadow ci: Set stop time to 30m instead of 27mJim Newsome2022-10-141-4/+1
| | | | | This was a temporary stop-gap to work around a busy loop that seemed to happen before. I am no longer able to reproduce any such problem.
* Create a shadow-based integration testJim Newsome2022-10-051-0/+81
Fixes https://gitlab.torproject.org/tpo/core/arti/-/issues/174