System tests export a lot of data in logs/
folder, and this folder is usually exported in CI artifacts. Here is a small explanation of what they contains, in bold the file you may find the most interesting infos:
logs/docker/
raw log of docker containers. They are quite hard to read as they contain coloring chars.cat
is your friend.logs/docker/weblog.log
: Agent's log level is set to DEBUG during system tests, so you'll find plenty of info in itlogs/docker/runner.log
: Test runner, you'll have exactly the same data in standart output.
logs/interfaces/
: raw data seen in interfaces. File a re prefixed with an index, so you'll know what was the timelinelogs/interfaces/library
: library -> agent communication, key folder if you own a librarylogs/interfaces/agent
: agent -> bakcend communication, key folder if you own an agent
logs/interfaces.log
: Debug log of what's happening on interfaceslogs/pytest.log
: Entire debug, includinglogs/interfaces.log
, lot of infos herelogs/report.json
: Technical data about the test run, will be exported to dashboardlogs/weblog_image.json
: Result ofdocker inspect
on weblog images