]> git.ipfire.org Git - thirdparty/u-boot.git/commit
pytest: zynq_aes: Add pytest for zynqaes command
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 6 Mar 2018 12:07:11 +0000 (17:37 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 8 Mar 2018 08:33:42 +0000 (09:33 +0100)
commit90d43e6e7fd1370094bcb2ac8f3490877581f7db
tree7812379b11fbed55de71c31703cd59df5f26ddfa
parent013d46690a2b56e54a260178e130296c82919f99
pytest: zynq_aes: Add pytest for zynqaes command

This patch adds pytest for zynqaes commands. It tests
loading encrypted image back to DDR and tests loading
encrypted bitstream to PL using "zynqaes load" command.
This test needs to be executed only in bootmode, if not it
wil be skipped.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
test/py/tests/test_zynq_aes.py [new file with mode: 0644]