amimoto / crossbar-cookie-expiration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossbar Cookie Expiration Test

Running

Clone the repo then run:

./run-test.sh

This should:

  1. Build an image named temp/crossbar-cookies
  2. Spin it up under then local name test-cookies
    • This will also map the current directory to /node
  3. Runs the command /node/run-server-and-test.sh on the server
    • This run crossbar start
    • Waits 10 seconds
    • Runs python test-case.py which demonstrates the issue

About


Languages

Language:Shell 49.0%Language:Python 44.1%Language:Dockerfile 6.9%