commit 3e86fd598c400c4934d105ff8f3c1c5895b2d55b Merge: 02861e1 a8c91d0 Author: Georg Koppen gk@torproject.org Date: Sun Jul 5 19:34:22 2020 +0000
Merge branch 'maint-1.1_bug34394' into 'maint-1.1'
fix: tests: Create new authority keys
Closes #33150 and #34394
See merge request tpo/network-health/sbws!10
tests/integration/conftest.py | 6 +- .../net/auth1/keys/authority_certificate | 65 +++++++++--------- .../net/auth1/keys/authority_identity_key | 78 +++++++++++----------- .../net/auth1/keys/authority_signing_key | 50 +++++++------- tests/integration/net/auth1/torrc | 61 +++++++++-------- .../net/auth2/keys/authority_certificate | 65 +++++++++--------- .../net/auth2/keys/authority_identity_key | 78 +++++++++++----------- .../net/auth2/keys/authority_signing_key | 50 +++++++------- tests/integration/net/auth2/torrc | 61 +++++++++-------- .../net/auth3/keys/authority_certificate | 65 +++++++++--------- .../net/auth3/keys/authority_identity_key | 78 +++++++++++----------- .../net/auth3/keys/authority_signing_key | 50 +++++++------- tests/integration/net/auth3/torrc | 61 +++++++++-------- tests/integration/net/exit1/torrc | 49 +++++++------- tests/integration/net/exit2/torrc | 49 +++++++------- tests/integration/net/exit3/torrc | 49 +++++++------- tests/integration/net/relay1/torrc | 43 ++++++------ tests/integration/net/relay1mbyteMAB/torrc | 44 ++++++------ tests/integration/net/relay1mbyteRBR/torrc | 44 ++++++------ tests/integration/net/relay2/torrc | 43 ++++++------ tests/integration/net/relay3/torrc | 43 ++++++------ tests/integration/net/relay4/torrc | 43 ++++++------ tests/integration/net/relay5/torrc | 43 ++++++------ tests/integration/net/relay6/torrc | 43 ++++++------ tests/integration/net/relay7/torrc | 43 ++++++------ tests/integration/sbws_testnet.ini | 8 +-- 26 files changed, 648 insertions(+), 664 deletions(-)
tor-commits@lists.torproject.org