Fixed the test suite synopsis (the system/functional tests weren't returning the test result).
All the contents of the System_tests.__init__() method has been placed into the run() method as
__init__() needs to return None. This run() method then returns the global_pass flag to the
Test_suite_runner class or test_suite/runner.py.