5b06b3201f
Add zuc_sample to qatlib-tests package Use proper SPDX license identifiers Resolves: RHEL-20173 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
7 lines
225 B
Bash
Executable File
7 lines
225 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# we cannot the this since there is no machine with QAT_4XXX hardware in Beaker as of now
|
|
# Intel promised us to provide OtherQA for qatlib, qatengine and QAT kernel patchsets
|
|
echo QATLIB nulltest is PASS
|
|
exit 0
|