Skip to content

Commit

Permalink
re-enable vta tsim test after tophub is upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon committed Feb 24, 2020
1 parent 5338a57 commit 24ae797
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/scripts/task_python_vta_tsim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 24ae797

Please sign in to comment.