Skip to content

Commit

Permalink
test: wire test_tpm2_getrandom_func.sh to test_all.sh
Browse files Browse the repository at this point in the history
The test was broken since commit 6dba52d ("tpm2_getrandom: update
help and simplify interface"), but nobody noticed since wasn't executed
by the Travis CI. Add the test the test_all.sh set so it has coverage.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
  • Loading branch information
martinezjavier authored and William Roberts committed Sep 5, 2017
1 parent 6e30c25 commit ed3c6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/test_all.sh
Expand Up @@ -63,6 +63,7 @@ test_wrapper test_tpm2_takeownership_all.sh
test_wrapper test_tpm2_nv.sh
test_wrapper test_tpm2_pcrlist.sh
test_wrapper test_tpm2_getrandom.sh
test_wrapper test_tpm2_getrandom_func.sh
#test_wrapper test_tpm2_createprimary_all.sh
#test_wrapper test_tpm2_create_all.sh
test_wrapper test_tpm2_load.sh
Expand Down

0 comments on commit ed3c6e5

Please sign in to comment.