You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently test.py will fail if these fields are not present in any of the peering credentials:
publicKey
password
contact
And throw warnings (which don't show up very easily, see Better warnings in tests #20) if these fields aren't present:
gpg
Would people like to see these changed? I just kinda made these up while I was writing the tests script.
Other things to note:
Currently almost none of the peers listed have a GPG key (I believe EU/se/stockholm/leeloo.kyriasis.com.k is the only one)
The tests.py file has these fields defined in variables at the very top so it's trivial to change. Maybe eventually we'll even break it out into a proper config file.
The text was updated successfully, but these errors were encountered:
Currently
test.py
will fail if these fields are not present in any of the peering credentials:publicKey
password
contact
And throw warnings (which don't show up very easily, see Better warnings in tests #20) if these fields aren't present:
gpg
Would people like to see these changed? I just kinda made these up while I was writing the tests script.
Other things to note:
EU/se/stockholm/leeloo.kyriasis.com.k
is the only one)tests.py
file has these fields defined in variables at the very top so it's trivial to change. Maybe eventually we'll even break it out into a proper config file.The text was updated successfully, but these errors were encountered: