prplfoundation / prplMesh

This repository moved to https://gitlab.com/prpl-foundation/prplmesh/prplMesh
Other
65 stars 32 forks source link

[TASK] Add docker automated flows test script #146

Closed Galvien closed 5 years ago

Galvien commented 5 years ago

Description

Creating scripts for the purpose of automating the tests detailed in chapter 5: 'MCUT tests' of the EasyMesh Test Plan v1.0.

Subtasks:

Tests to be added:

Exit criteria

All test are automated, all tests for flows that are not yet implemented will be stub, for the purpose of TDD

Detailed description

tomereli commented 5 years ago

Script is done and working in the CI, done in #145. Closing, since every new flow will have its own task and the exit criteria is to add implementation to test_flows.sh + update CI to run it.