commit | df9475bad66f2d96584a84193640a58ff7345a43 | [log] [tgz] |
---|---|---|
author | Bin Zhou <zhou.bin9@zte.com.cn> | Thu Jul 07 12:14:31 2016 +0800 |
committer | Bin Zhou <zhou.bin9@zte.com.cn> | Tue Jul 12 00:48:27 2016 +0000 |
tree | 6d55ad11d9f5e658dc5614de21de17ce10190d1c | |
parent | 617e65ac038cf1d99b8982c0def34ac7425501c2 [diff] |
Correct reraising of exception when an exception was caught and rethrown, it should call 'raise' without any arguments. Change-Id: Ifedddb352910f8c499c0ca36c2377567c59c1de5
diff --git a/tempest/stress/actions/unit_test.py b/tempest/stress/actions/unit_test.py index 3b27885..e016c61 100644 --- a/tempest/stress/actions/unit_test.py +++ b/tempest/stress/actions/unit_test.py
@@ -80,8 +80,6 @@ try: self.run_core() - except Exception as e: - raise e finally: if (CONF.stress.leave_dirty_stack is False and self.class_setup_per == SetUpClassRunTime.action):