Update test_driver.py script (#2210)
author남궁석/동작제어Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Thu, 9 Aug 2018 06:52:30 +0000 (15:52 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 9 Aug 2018 06:52:30 +0000 (15:52 +0900)
commitac6d6c3c1107f71c9bd46c40bd20caad1b4302fc
treea9120b07bcd35f1ea2cc0ad62f46b4ef6c5a4fd2
parent5da80f622cf696e0f8daac1904243437bf962719
Update test_driver.py script (#2210)

Replace `optparse` to `argparse`
Replace `os._exit()` to `sys.exit()`
Remove `TODO : Handle Return Value`
Add exception handling for `artifactpath`
Add `reportdir` parameter and modify related codes
Modify some conditions of checking parameters

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
tools/test_driver/py/test_driver.py