A micro-service reference test application for model extraction, cloud management, energy efficiency, power prediction, single- and multi-tier auto-scaling
This fixes #201 by removing the embedded tomcats from the tests. The maven build only executes unit tests now. Integration tests are now performed by github actions with the test_... shell scripts provided under tools/.
Advantages:
Build times are decreased significantly
No more dependency errors under Java 11
Easily extensible and more flexible/powerful
Tests under realistic conditions using the docker containers
This fixes #201 by removing the embedded tomcats from the tests. The maven build only executes unit tests now. Integration tests are now performed by github actions with the
test_...
shell scripts provided undertools/
.Advantages: