From d66e018f8de85f9f91e727943b677443ec55a11b Mon Sep 17 00:00:00 2001 From: Cristina Pauna Date: Mon, 1 Jul 2019 11:07:17 +0300 Subject: [PATCH] [docker] Renamed hw layer to hardware It was decided in the team meeting that all references to the hardware layer should be named "hardware" instead of "hw" for consistency. Signed-off-by: Cristina Pauna Change-Id: I00a725d8653275627e2489fa09398587dd5a5481 --- docker/{hw => hardware}/Dockerfile | 0 docker/{hw => hardware}/Makefile | 0 docker/{hw => hardware}/pip-requirements.txt | 0 tests/hardware/hp_baremetal/hp_baremetal.robot | 2 +- tests/variables.yaml | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename docker/{hw => hardware}/Dockerfile (100%) rename docker/{hw => hardware}/Makefile (100%) rename docker/{hw => hardware}/pip-requirements.txt (100%) diff --git a/docker/hw/Dockerfile b/docker/hardware/Dockerfile similarity index 100% rename from docker/hw/Dockerfile rename to docker/hardware/Dockerfile diff --git a/docker/hw/Makefile b/docker/hardware/Makefile similarity index 100% rename from docker/hw/Makefile rename to docker/hardware/Makefile diff --git a/docker/hw/pip-requirements.txt b/docker/hardware/pip-requirements.txt similarity index 100% rename from docker/hw/pip-requirements.txt rename to docker/hardware/pip-requirements.txt diff --git a/tests/hardware/hp_baremetal/hp_baremetal.robot b/tests/hardware/hp_baremetal/hp_baremetal.robot index 267cdff..09c01c2 100644 --- a/tests/hardware/hp_baremetal/hp_baremetal.robot +++ b/tests/hardware/hp_baremetal/hp_baremetal.robot @@ -35,7 +35,7 @@ Verify cluster connectivity Should Contain ${output} 3 packets transmitted, 3 packets received END -Verify hw health status +Verify hardware health status [Documentation] HW health should be ok ${output}= Run curl ${BASE_URI} -k | python -m json.tool | grep -A4 '"System":' Append To File ${LOGHWHP} ${output}${\n} diff --git a/tests/variables.yaml b/tests/variables.yaml index 2949440..baa1d92 100644 --- a/tests/variables.yaml +++ b/tests/variables.yaml @@ -32,7 +32,7 @@ home: /home/mm747b # Public keys location sysinfo: PowerEdge R740xd bios_revision: 1.3 -### Input variables for bare metal hw test dell or hp +### Input variables for bare metal hardware test dell or hp base_uri: https://192.168.XX.XX/redfish/v1/ # OOB Redfish link address ipmiuser: ipmi_user # ipmi user ipmipwrd: ipmi_pwd # ipmi password -- 2.16.6