User story #13291
closedAdd a ncf_test scenario to rtf
Description
This scenario will setup a vm from a json file in platforms, install rudder-agent/rudder-server-root on it following its configuration and then install a given version
of ncf from the git repository, install it and execute the ncf tests from it.
The vm should be destroyed afterward.
There are some new functions to execute remote command on the different hosts since some command execution can be very long (tests) and we want to have a direct feed-back on the output
to make debugging easier.
We should also start to think about splitting the main rtf file in some smaller ones. This will not be super clear since the code parts are not completely independent, but at least,
reading 3 files of 500 lines is easier than 1 big one of 1500.
Updated by Félix DALLIDET about 6 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET about 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-tests/pull/129
Updated by Félix DALLIDET about 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-tests|e33511d55eea75750edf24cbb35795ac8d4b2695.
Updated by Benoît PECCATTE over 5 years ago
- Status changed from Pending release to Released