* Add tool ``cij_plotter`` capable of producing plots based of metrics extraced from testcases
* Add tools for testcase metric extraction and analysis
* Support for using the Python tools without entering the CIJOE shell
* Support for multiple testplans per test-run
- Arguments to ``cij_runner`` has changed
Use: ``--testplan`` to provide one or more testplans (this replaces positional arg)
Use: ``--env`` to provide invironment file (this replaces positional arg)
- Structure of ``cij_runner`` output has changed
Before: ``<OUTPUT>/testsuite_ident/...``
Now: ``<OUTPUT>/testplan_ident/testsuite_ident/...``
In other words, testsuites and nested beneath testplans in the test-result output.