crossbar-examples icon indicating copy to clipboard operation
crossbar-examples copied to clipboard

Authentication integration tests: add proxy-router variants

Open oberstet opened this issue 2 years ago • 1 comments

Since recently, we have fully automated integration tests for all authentication methods

https://github.com/crossbario/crossbar-examples/tree/master/authentication#test

This is using a router-worker only / single node setup.

We should add node configurations using

  1. [x] one node with two proxy workers and a single router worker
  2. [ ] three nodes with four proxy workers and two router workers per node

and automated authentication tests for all auth methods

oberstet avatar Apr 19 '22 09:04 oberstet

here are a first two:

  • https://github.com/crossbario/crossbar-examples/blob/0f52db626fd1e1a9bfee1daaea1eeadc30bb08e9/authentication/wampcra/static/Makefile#L5
  • https://github.com/crossbario/crossbar-examples/blob/0f52db626fd1e1a9bfee1daaea1eeadc30bb08e9/authentication/cookie/Makefile#L7

oberstet avatar May 03 '22 16:05 oberstet