From b24dffccd43fbea4e03ac6556484e5be2938e750 Mon Sep 17 00:00:00 2001 From: Matthew Mets Date: Wed, 11 Jan 2023 15:11:04 +0100 Subject: [PATCH] Move production test to higher-level directory --- .../mta1-usb-v1 => production_test}/.gitignore | 0 .../mta1-usb-v1/test => production_test}/README.md | 0 .../test => production_test}/app_test/Makefile | 0 .../test => production_test}/app_test/SB_HFOSC.v | 0 .../test => production_test}/app_test/SB_RGBA_DRV.v | 0 .../test => production_test}/app_test/app.pcf | 0 .../test => production_test}/app_test/top.v | 0 .../test => production_test}/binaries/main.uf2 | Bin .../test => production_test}/binaries/top.bin | Bin .../binaries/usb_device_cdc.bin | Bin .../test => production_test}/connected_test.py | 0 .../test => production_test}/connected_test_gui.py | 0 .../test => production_test}/encode_usb_strings.py | 0 .../test => production_test}/hid_test.py | 0 .../test => production_test}/production_test.py | 0 .../test => production_test}/requirements.txt | 0 .../mta1-usb-v1/test => production_test}/reset.py | 0 .../touch_stability_test/touch_analyzer.py | 0 .../touch_stability_test/touch_recorder.py | 0 .../test => production_test}/usb_pins-good.csv | 0 .../test => production_test}/usb_pins.csv | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename hw/{boards/mta1-usb-v1 => production_test}/.gitignore (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/README.md (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/app_test/Makefile (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/app_test/SB_HFOSC.v (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/app_test/SB_RGBA_DRV.v (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/app_test/app.pcf (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/app_test/top.v (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/binaries/main.uf2 (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/binaries/top.bin (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/binaries/usb_device_cdc.bin (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/connected_test.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/connected_test_gui.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/encode_usb_strings.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/hid_test.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/production_test.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/requirements.txt (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/reset.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/touch_stability_test/touch_analyzer.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/touch_stability_test/touch_recorder.py (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/usb_pins-good.csv (100%) rename hw/{boards/mta1-usb-v1/test => production_test}/usb_pins.csv (100%) diff --git a/hw/boards/mta1-usb-v1/.gitignore b/hw/production_test/.gitignore similarity index 100% rename from hw/boards/mta1-usb-v1/.gitignore rename to hw/production_test/.gitignore diff --git a/hw/boards/mta1-usb-v1/test/README.md b/hw/production_test/README.md similarity index 100% rename from hw/boards/mta1-usb-v1/test/README.md rename to hw/production_test/README.md diff --git a/hw/boards/mta1-usb-v1/test/app_test/Makefile b/hw/production_test/app_test/Makefile similarity index 100% rename from hw/boards/mta1-usb-v1/test/app_test/Makefile rename to hw/production_test/app_test/Makefile diff --git a/hw/boards/mta1-usb-v1/test/app_test/SB_HFOSC.v b/hw/production_test/app_test/SB_HFOSC.v similarity index 100% rename from hw/boards/mta1-usb-v1/test/app_test/SB_HFOSC.v rename to hw/production_test/app_test/SB_HFOSC.v diff --git a/hw/boards/mta1-usb-v1/test/app_test/SB_RGBA_DRV.v b/hw/production_test/app_test/SB_RGBA_DRV.v similarity index 100% rename from hw/boards/mta1-usb-v1/test/app_test/SB_RGBA_DRV.v rename to hw/production_test/app_test/SB_RGBA_DRV.v diff --git a/hw/boards/mta1-usb-v1/test/app_test/app.pcf b/hw/production_test/app_test/app.pcf similarity index 100% rename from hw/boards/mta1-usb-v1/test/app_test/app.pcf rename to hw/production_test/app_test/app.pcf diff --git a/hw/boards/mta1-usb-v1/test/app_test/top.v b/hw/production_test/app_test/top.v similarity index 100% rename from hw/boards/mta1-usb-v1/test/app_test/top.v rename to hw/production_test/app_test/top.v diff --git a/hw/boards/mta1-usb-v1/test/binaries/main.uf2 b/hw/production_test/binaries/main.uf2 similarity index 100% rename from hw/boards/mta1-usb-v1/test/binaries/main.uf2 rename to hw/production_test/binaries/main.uf2 diff --git a/hw/boards/mta1-usb-v1/test/binaries/top.bin b/hw/production_test/binaries/top.bin similarity index 100% rename from hw/boards/mta1-usb-v1/test/binaries/top.bin rename to hw/production_test/binaries/top.bin diff --git a/hw/boards/mta1-usb-v1/test/binaries/usb_device_cdc.bin b/hw/production_test/binaries/usb_device_cdc.bin similarity index 100% rename from hw/boards/mta1-usb-v1/test/binaries/usb_device_cdc.bin rename to hw/production_test/binaries/usb_device_cdc.bin diff --git a/hw/boards/mta1-usb-v1/test/connected_test.py b/hw/production_test/connected_test.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/connected_test.py rename to hw/production_test/connected_test.py diff --git a/hw/boards/mta1-usb-v1/test/connected_test_gui.py b/hw/production_test/connected_test_gui.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/connected_test_gui.py rename to hw/production_test/connected_test_gui.py diff --git a/hw/boards/mta1-usb-v1/test/encode_usb_strings.py b/hw/production_test/encode_usb_strings.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/encode_usb_strings.py rename to hw/production_test/encode_usb_strings.py diff --git a/hw/boards/mta1-usb-v1/test/hid_test.py b/hw/production_test/hid_test.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/hid_test.py rename to hw/production_test/hid_test.py diff --git a/hw/boards/mta1-usb-v1/test/production_test.py b/hw/production_test/production_test.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/production_test.py rename to hw/production_test/production_test.py diff --git a/hw/boards/mta1-usb-v1/test/requirements.txt b/hw/production_test/requirements.txt similarity index 100% rename from hw/boards/mta1-usb-v1/test/requirements.txt rename to hw/production_test/requirements.txt diff --git a/hw/boards/mta1-usb-v1/test/reset.py b/hw/production_test/reset.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/reset.py rename to hw/production_test/reset.py diff --git a/hw/boards/mta1-usb-v1/test/touch_stability_test/touch_analyzer.py b/hw/production_test/touch_stability_test/touch_analyzer.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/touch_stability_test/touch_analyzer.py rename to hw/production_test/touch_stability_test/touch_analyzer.py diff --git a/hw/boards/mta1-usb-v1/test/touch_stability_test/touch_recorder.py b/hw/production_test/touch_stability_test/touch_recorder.py similarity index 100% rename from hw/boards/mta1-usb-v1/test/touch_stability_test/touch_recorder.py rename to hw/production_test/touch_stability_test/touch_recorder.py diff --git a/hw/boards/mta1-usb-v1/test/usb_pins-good.csv b/hw/production_test/usb_pins-good.csv similarity index 100% rename from hw/boards/mta1-usb-v1/test/usb_pins-good.csv rename to hw/production_test/usb_pins-good.csv diff --git a/hw/boards/mta1-usb-v1/test/usb_pins.csv b/hw/production_test/usb_pins.csv similarity index 100% rename from hw/boards/mta1-usb-v1/test/usb_pins.csv rename to hw/production_test/usb_pins.csv