edgexfoundry / blackbox-testing

Integration test suite | Owner: QA-Testing WG
Apache License 2.0
4 stars 32 forks source link

Blackbox testing on Arm native environment #17

Open jpwhitemn opened 6 years ago

jpwhitemn commented 6 years ago

Will require Arm environment provided by Cavium (or others)

JPWKU commented 6 years ago

I am starting to think about this. There are some potential issues since it is a static machine that hosts other jobs and has docker images left on the file system.

jpwhitemn commented 6 years ago

What if we just did black box testing of the go services just weekly from the native box?  The test results could be put into a folder and then potentially off loaded and removed prior to the next test run. On Friday, May 11, 2018, 3:09:44 PM CDT, Jeremy Phelps notifications@github.com wrote:
I am starting to think about this. There are some potential issues since it is a static machine that hosts other jobs and has docker images left on the file system.

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

JPWKU commented 6 years ago

@jpwhitemn I actually just did a patch that forcibly removes left over docker images from the cavium server to hopefully sidestep this issue. https://github.com/edgexfoundry/ci-management/pull/123