[Cryptech-Commits] [staging/core/platform/terasic_c5g] 17/20: Enabling all test cases again.

git at cryptech.is git at cryptech.is
Tue Mar 17 13:18:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch master
in repository staging/core/platform/terasic_c5g.

commit 7c3d902535b7f89d594021dcb1df96b400783a05
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Fri May 9 13:29:50 2014 +0200

    Enabling all test cases again.
---
 src/sw/hash_tester.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sw/hash_tester.py b/src/sw/hash_tester.py
index 472a6df..f042b01 100755
--- a/src/sw/hash_tester.py
+++ b/src/sw/hash_tester.py
@@ -989,9 +989,9 @@ def main():
     my_thread.start()
 
     # Run the enabled test cases.
-    tc_list = [(tc1, False), (tc2, False), (tc3, False), (tc4, False),
-               (tc5, False), (tc6, False), (tc7, False), (tc8, False),
-               (tc9, False), (tc10, True)]
+    tc_list = [(tc1, True), (tc2, True), (tc3, True), (tc4, True),
+               (tc5, True), (tc6, True), (tc7, True), (tc8, True),
+               (tc9, True), (tc10, True)]
     for (test_case, action) in tc_list:
         if action:
             test_case(ser)



More information about the Commits mailing list