mbox series

[0/1] Add ubuntu_xilinx regression tests

Message ID 20220916110836.130666-1-portia.stephens@canonical.com
Headers show
Series Add ubuntu_xilinx regression tests | expand

Message

Portia Stephens Sept. 16, 2022, 11:08 a.m. UTC
Add regression tests for Xilinx hardware. These tests are expected to be
run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
were copied and modified from the raspberry_pi regression tests.

Portia Stephens (1):
  UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite

 ubuntu_xilinx/control          |  17 +++
 ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
 ubuntu_xilinx/tests/splat      |  25 ++++
 ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
 4 files changed, 258 insertions(+)
 create mode 100644 ubuntu_xilinx/control
 create mode 100755 ubuntu_xilinx/lib/run-test
 create mode 100755 ubuntu_xilinx/tests/splat
 create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py

Comments

Tim Gardner Sept. 16, 2022, 5:19 p.m. UTC | #1
On 9/16/22 05:08, Portia Stephens wrote:
> Add regression tests for Xilinx hardware. These tests are expected to be
> run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
> were copied and modified from the raspberry_pi regression tests.
> 
> Portia Stephens (1):
>    UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite
> 
>   ubuntu_xilinx/control          |  17 +++
>   ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
>   ubuntu_xilinx/tests/splat      |  25 ++++
>   ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
>   4 files changed, 258 insertions(+)
>   create mode 100644 ubuntu_xilinx/control
>   create mode 100755 ubuntu_xilinx/lib/run-test
>   create mode 100755 ubuntu_xilinx/tests/splat
>   create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py
> 

Do you intend for this patch to be applied to jammy and focal 
linux-xilinx-zynqmp ?
Tim Gardner Sept. 16, 2022, 5:21 p.m. UTC | #2
On 9/16/22 11:19, Tim Gardner wrote:
> On 9/16/22 05:08, Portia Stephens wrote:
>> Add regression tests for Xilinx hardware. These tests are expected to be
>> run on Xilinx hardware, specifically kv206 and zcu boards. These scripts
>> were copied and modified from the raspberry_pi regression tests.
>>
>> Portia Stephens (1):
>>    UBUNTU: SAUCE: ubuntu_xilinx: Initial commit of Xilinx test suite
>>
>>   ubuntu_xilinx/control          |  17 +++
>>   ubuntu_xilinx/lib/run-test     | 202 +++++++++++++++++++++++++++++++++
>>   ubuntu_xilinx/tests/splat      |  25 ++++
>>   ubuntu_xilinx/ubuntu_xilinx.py |  14 +++
>>   4 files changed, 258 insertions(+)
>>   create mode 100644 ubuntu_xilinx/control
>>   create mode 100755 ubuntu_xilinx/lib/run-test
>>   create mode 100755 ubuntu_xilinx/tests/splat
>>   create mode 100644 ubuntu_xilinx/ubuntu_xilinx.py
>>
> 
> Do you intend for this patch to be applied to jammy and focal 
> linux-xilinx-zynqmp ?
> 

never mind. I just saw v2.