]> 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>
Tue, 2 Feb 2021 12:49:32 +0000 (13:49 +0100)
commit27aa02c7d5cb75dd3ac0e307b643cdbb646746fc
tree76dc6485a2704532100f236de9b440595e00db05
parent01bd8cd039e1bdfbf25c15e5a5047e17bbbc6e4e
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>
State: pending
test/py/tests/test_zynq_aes.py [new file with mode: 0644]