kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Sync kytos-init.sh as we have in the CI pipeline and add more info to help troubleshoot #114

Closed italovalcy closed 2 years ago

italovalcy commented 2 years ago

This PR adds a few options/configs that we also apply in the CI/CD pipeline. Thus, when running the tests outside of the CI/CD environment one can get the same behavior.

Also, I've added a pytest hook to print start and end time for failed tests. This helps troubleshooting by matching the log entries from the specific time interval of the failed test.