diff options
Diffstat (limited to 'GPL/tools/trex/trex_astf_stop.py')
-rw-r--r-- | GPL/tools/trex/trex_astf_stop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GPL/tools/trex/trex_astf_stop.py b/GPL/tools/trex/trex_astf_stop.py index 7291552631..9185478a55 100644 --- a/GPL/tools/trex/trex_astf_stop.py +++ b/GPL/tools/trex/trex_astf_stop.py @@ -84,7 +84,7 @@ def main(): # If TRexError happens, let the script fail with stack trace. finally: - client.clear_profile() + client.reset() client.disconnect() # TODO: check xstats format |