diff --git a/validation/test-suite.py b/validation/test-suite.py index 8228cfe0df7eb4b41002e7556b0cdf911e97040d..768fbd50deb4a1ddd13730a1974dc9d20f061c7e 100644 --- a/validation/test-suite.py +++ b/validation/test-suite.py @@ -47,8 +47,6 @@ def _parse_args(): def _check_docker_installed(): """Make sure the `docker` command can be executed.""" - # ToDo: check all Docker commands used in this script here (Add more over - # time). # just check `docker` as command on its own args = [DCKR] try: @@ -264,6 +262,7 @@ def _do_step(func, msg, *args, **kwargs): def _main(): """Run as script.""" + # ToDo: add test fetching associated data from the internet expctd_rslts = { "working.cif": { "ret_val": 0,