[docker] Renamed hw layer to hardware 98/1098/1
authorCristina Pauna <cristina.pauna@enea.com>
Mon, 1 Jul 2019 08:07:17 +0000 (11:07 +0300)
committerCristina Pauna <cristina.pauna@enea.com>
Mon, 1 Jul 2019 08:10:41 +0000 (11:10 +0300)
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 <cristina.pauna@enea.com>
Change-Id: I00a725d8653275627e2489fa09398587dd5a5481

docker/hardware/Dockerfile [moved from docker/hw/Dockerfile with 100% similarity]
docker/hardware/Makefile [moved from docker/hw/Makefile with 100% similarity]
docker/hardware/pip-requirements.txt [moved from docker/hw/pip-requirements.txt with 100% similarity]
tests/hardware/hp_baremetal/hp_baremetal.robot
tests/variables.yaml

similarity index 100%
rename from docker/hw/Makefile
rename to docker/hardware/Makefile
index 267cdff..09c01c2 100644 (file)
@@ -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}
index 2949440..baa1d92 100644 (file)
@@ -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