Hello,
I am looking for the test document for mender back-end or some procedure to run the tests written in python. I am especially looking to test micro-services.
Cheers!
Pei
Hello,
I am looking for the test document for mender back-end or some procedure to run the tests written in python. I am especially looking to test micro-services.
Cheers!
Pei
There is no written document to do this, but the two types of tests we do are the ones that reside in each microservice, as well as end-to-end tests in our “integration” repository. It’s quite a lengthy script, but you can see how we run it in our test farm in the build script in “mender-qa”.
Sorry it isn’t documented better, but these tests are not really adapted to end users.
Hello @kacf
Thank you for the reply. For users using the back-end locally, such document is add on. I am using back-end locally. I will be interested to know the procedure. I am open to create a document for helping others like me.