aboutsummaryrefslogtreecommitdiffstats
path: root/test/ut_behave_tests
AgeCommit message (Collapse)AuthorFilesLines
2022-10-27behave_tests: refactor TestAPI DB lookupGwenael Lambrouin3-0/+8296
- use testapi.TestapiClient everywhere - relax search constraints: match only project name (nfvbench), test case name (characterization or non-regression), scenario tag (throughput or latency) and user_label (test chain identifier: identifies, among other things, the platform, the compute class under test, ...) - add unit tests for some of the related behave steps Change-Id: I26763f845c2286601cb958b326525b29320a1627 Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@orange.com>
2022-10-17behave_tests: add unit tests for TestAPI clientGwenael Lambrouin5-0/+73998
Change-Id: I31a8d774df406c993f6fb605eb09025d643c6e39 Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@orange.com>