Currently there are two makefiles: one for only toynet-flask and one for only toynet_mininet that perform similar functions for each docker image.
Update the toynet-flask/Makefile so that, in addition to its current functionality, it can call the toynet-flask/toynet_mininet/Makefile functionality as well. If it is possible, also update it to conditionally build the toynet-flask/toynet_mininet/*.Dockerfile files when those images require it when running the test suites.
We should also add a make lint capability.
Currently there are two
makefiles: one for onlytoynet-flaskand one for onlytoynet_mininetthat perform similar functions for each docker image.Update the
toynet-flask/Makefileso that, in addition to its current functionality, it can call thetoynet-flask/toynet_mininet/Makefilefunctionality as well. If it is possible, also update it to conditionally build thetoynet-flask/toynet_mininet/*.Dockerfilefiles when those images require it when running the test suites.We should also add a
make lintcapability.