1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

tools/docker: Fixup test config file name

Apparently commit

492d42dddb ("target: tests: Address review comments on PR#667")

erroneously renamed target_configs.yaml to target_configs.yml.
Rename it to test_config.yml.

Also address 2 Docker warnings related to environment variables while we
are here.

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
Metin Kaya 2024-06-26 14:27:04 +01:00 committed by Marc Bonnici
parent b7d7b46626
commit de84a08bf8
3 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
ENV DEVLIB_REF master
ENV DEVLIB_REF=master
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View File

@ -37,5 +37,5 @@ echo "Waiting 30 seconds for Android virtual devices to finish boot up..."
sleep 30
cd /devlib
cp -f tools/docker/target_configs.yaml tests/
cp -f tools/docker/test_config.yml tests/
python3 -m pytest --log-cli-level DEBUG ./tests/test_target.py