federation: stub that checks the nodeinfo of the two instances

This commit is contained in:
Earl Warren 2024-06-04 16:30:48 +02:00
parent 19ce0fe6b1
commit 9b6442bfcf
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
8 changed files with 165 additions and 0 deletions

View file

@ -0,0 +1,2 @@
test forgejo = $($ONE_CURL api_json $ONE_HOST_PORT/api/v1/nodeinfo | jq -r .software.name)
test forgejo = $($TWO_CURL api_json $TWO_HOST_PORT/api/v1/nodeinfo | jq -r .software.name)

View file

View file