From 24ae7977ea68435af88756b86244c49ac1049506 Mon Sep 17 00:00:00 2001 From: Haichen Shen Date: Sun, 23 Feb 2020 13:06:07 -0800 Subject: [PATCH] re-enable vta tsim test after tophub is upgraded --- tests/scripts/task_python_vta_tsim.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/scripts/task_python_vta_tsim.sh b/tests/scripts/task_python_vta_tsim.sh index 5f194b297678..eba62e537a85 100755 --- a/tests/scripts/task_python_vta_tsim.sh +++ b/tests/scripts/task_python_vta_tsim.sh @@ -46,10 +46,8 @@ echo "Running unittest in tsim..." python3 -m pytest -v vta/tests/python/unittest # Run unit tests in cycle accurate simulator -# TODO(@icemelon9): temporarily disable tsim test because it takes a long time without tophub logs. -# Re-enable this test after update the tophub logs. -# echo "Running integration test in tsim..." -# python3 -m pytest -v vta/tests/python/integration +echo "Running integration test in tsim..." +python3 -m pytest -v vta/tests/python/integration # Reset default fsim simulation cp vta/config/fsim_sample.json vta/config/vta_config.json