You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testing phase will consist of two types of tests:
Logic testing: Ensures that the logic behaves as expected. Depending on the input data, it checks that the correct functions are called, the necessary data is generated, etc.
VM functionality testing: Ensures that, once the VM is created and configured, everything works as it should:
The provisioner installs the requested packages correctly.
The configurer sets up all the components correctly. This includes verifying the state, checking for error messages in logs, ensuring proper API connectivity, verifying certificates are created, and confirming correct connectivity with Filebeat.
Important
The new modules must have created both the logic and the tests that check the correct functioning, so both the logic and the 3.1 tests must be done at the same time.
The text was updated successfully, but these errors were encountered:
Description
The testing phase will consist of two types of tests:
Important
The new modules must have created both the logic and the tests that check the correct functioning, so both the logic and the 3.1 tests must be done at the same time.
The text was updated successfully, but these errors were encountered: