Commit Graph

10 Commits (a881a1a8392425a8dd8a8ecd907ccc70da8f57df)

Author SHA1 Message Date
Ionut Filip e668d360e8 Changed user creation command
Ionut Filip ddd4be8f9a Changed admin and user creation command
Ionut Filip 4032e7128d Calling email test as hook with msg as arg
Ionut Filip 982e586e49 Replaced os.system calls with native python calls
Ionut Filip 88f5e6e4cf Moved users creation in core
Ionut Filip c3bc7988c9 Implemented email test for travis
Ionut Filip 4e9dc0c3c9 Implemented sending/reading email(local tests)
Tim Möhlmann 35e0fa1b9d
Drop IPv6 for travis
Tim Möhlmann dde7ccca97
Created test cases from latest setup revision
Ionut Filip 3b1fdc6166 Migrate test script from shell to python
- test.py needs to be called with 2 arguments : test_name and timeout
  - it will cd to test_name dir and use the test_name.yml from there
  - it will sleep for an amount of time equals to timeout in minutes
- it will perform health checks for containers. If healtcheck isn't enabled will check for running state
- it will run hooks inside the test_name dir ( .py and .sh) if there are any
- printing logs in any case