A basic k8s simulation
- Python 3+
- Python unittest module
- Python matplotlib module
- Python pandas module
- To run the simulator get into the src directory and run the
runSimulator.py
- Run
./test.sh allto run the test suite containing all unit test cases - Run
./test.sh <path_to_unit_test>to run a particular unit test
- test/ contains all the unit test cases
- src/ contains the source code
- tracefiles/ contains the tracefiles for test and actual simulations