startup.sh 240 B

1234567891011121314151617
  1. # SPDX-License-Identifier: BSD-3-Clause
  2. source helpers.sh
  3. start_up
  4. tpm2 startup --clear
  5. tpm2 startup
  6. # rather than incur another simulator startup just test shutdown
  7. # in this test as well.
  8. tpm2 shutdown
  9. tpm2 shutdown --clear
  10. exit 0