Commit Graph

9 Commits (1500936232dc5bd6d89e173c684cd3fd7d6d05b2)

Author SHA1 Message Date
Florent Daigniere 89d88e0c19 Fix the test
ofthesun9 d5d097eebc docker-compose exec needs a -T flag it no TTY is allocated
This flag is missing in 00_create_users.sh and is failing the tests on travis arm architecture
Tim Möhlmann 2a20c1e8ee
Tests for initial admin create
Dario Ernst bbb24a8863 Add more tests: Auto-forwarding, sending to an alias and auto-reply
Add simple test for auto-reply
Ionut Filip 35be1710a6
Changed user creation command
Ionut Filip 8acf9451fa
Changed admin and user creation command
Tim Möhlmann d84254ccd8
Update user creation to python3
Ionut Filip 982e586e49 Replaced os.system calls with native python calls
Ionut Filip 88f5e6e4cf Moved users creation in core