-
Notifications
You must be signed in to change notification settings - Fork 4
Add system tests #30
Copy link
Copy link
Open
Labels
enhancementNew feature or request. Issue will appear in the change log "Features"New feature or request. Issue will appear in the change log "Features"
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request. Issue will appear in the change log "Features"New feature or request. Issue will appear in the change log "Features"
Description
There should be a way to automatically test the Python SDK in a real container with a working Ankaios cluster. Having this, we should be able to minimize the problems that might appear during development and corner cases that are not tested correctly in the moment. The software tests should also be mandatory to run on every PR, to be sure that the functionality of the SDK is no affected.
Goals
Software tests are implemented and are testing at least once all of the methods of the Ankaios class that communicate with the Ankaios cluster.
Final result
Summary
To be filled when the final solution is sketched.
Tasks