Changed PNOR to Host in code update test case names
We were having issues using Robot's include option with test
cases with 'PNOR' in the name. Robot would interpret the O and R
in 'PNOR' as an OR operator rather than a part of the test case
name.
Change-Id: I7b5c686f8a34576b3f59ee0051e33c3c054aa59a
Signed-off-by: Charles Paul Hofer <Charles.Hofer@ibm.com>
diff --git a/extended/code_update/code_update.robot b/extended/code_update/code_update.robot
index 27a274b..a4fcd37 100644
--- a/extended/code_update/code_update.robot
+++ b/extended/code_update/code_update.robot
@@ -39,9 +39,9 @@
*** Test Cases ***
-REST PNOR Code Update
+REST Host Code Update
[Documentation] Do a PNOR code update by uploading image on BMC via REST.
- [Tags] REST_PNOR_Code_Update
+ [Tags] REST_Host_Code_Update
[Setup] Code Update Setup
OperatingSystem.File Should Exist ${IMAGE_FILE_PATH}
diff --git a/extended/test_uploadimage.robot b/extended/test_uploadimage.robot
index 1b536c6..8aea9d6 100644
--- a/extended/test_uploadimage.robot
+++ b/extended/test_uploadimage.robot
@@ -33,14 +33,14 @@
*** Test Cases ***
-Upload PNOR Image Via REST
+Upload Host Image Via REST
# Image File Path
${PNOR_IMAGE_FILE_PATH}
[Documentation] Upload a PNOR image via REST.
[Template] Upload Image Via REST And Verify Success
- [Tags] Upload_PNOR_Image_Via_REST
+ [Tags] Upload_Host_Image_Via_REST
Upload BMC Image Via REST
@@ -53,14 +53,14 @@
[Tags] Upload_BMC_Image_Via_REST
-Upload PNOR Image Via TFTP
+Upload Host Image Via TFTP
# Image File Path
${PNOR_TFTP_FILE_NAME}
[Documentation] Upload a PNOR image via TFTP.
[Template] Upload Image Via TFTP And Verify Success
- [Tags] Upload_PNOR_Image_Via_TFTP
+ [Tags] Upload_Host_Image_Via_TFTP
Upload BMC Image Via TFTP
@@ -73,7 +73,7 @@
[Tags] Upload_BMC_Image_Via_TFTP
-Upload PNOR Image With Bad Manifest Via REST
+Upload Host Image With Bad Manifest Via REST
# Image File Name
pnor_bad_manifest.tar
@@ -81,10 +81,10 @@
[Documentation] Upload a PNOR image with a bad MANIFEST via REST and
... verify that the BMC does not unpack it.
[Template] Upload Bad Image Via REST And Verify Failure
- [Tags] Upload_PNOR_Image_With_Bad_Manifest_Via_REST
+ [Tags] Upload_Host_Image_With_Bad_Manifest_Via_REST
-Upload PNOR Image With No Squashfs Via REST
+Upload Host Image With No Squashfs Via REST
# Image File Name
pnor_no_image.tar
@@ -92,7 +92,7 @@
[Documentation] Upload a PNOR image with just a MANIFEST file via REST
... and verify that the BMC does not unpack it.
[Template] Upload Bad Image Via REST And Verify Failure
- [Tags] Upload_PNOR_Image_With_No_Squashfs_Via_REST
+ [Tags] Upload_Host_Image_With_No_Squashfs_Via_REST
Upload BMC Image With Bad Manifest Via REST
@@ -117,7 +117,7 @@
[Tags] Upload_BMC_Image_With_No_Image_Via_REST
-Upload PNOR Image With Bad Manifest Via TFTP
+Upload Host Image With Bad Manifest Via TFTP
# Image File Name
pnor_bad_manifest.tar
@@ -125,10 +125,10 @@
[Documentation] Upload a PNOR image with a bad MANIFEST file via TFTP and
... verify that the BMC does not unpack it.
[Template] Upload Bad Image Via TFTP And Verify Failure
- [Tags] Upload_PNOR_Image_With_Bad_Manifest_Via_TFTP
+ [Tags] Upload_Host_Image_With_Bad_Manifest_Via_TFTP
-Upload PNOR Image With No Squashfs Via TFTP
+Upload Host Image With No Squashfs Via TFTP
# Image File Name
pnor_no_image.tar
@@ -136,7 +136,7 @@
[Documentation] Upload a PNOR image with just a MANIFEST file via TFTP and
... verify that the BMC does not unpack it.
[Template] Upload Bad Image Via TFTP And Verify Failure
- [Tags] Upload_PNOR_Image_With_No_Squashfs_Via_TFTP
+ [Tags] Upload_Host_Image_With_No_Squashfs_Via_TFTP
Upload BMC Image With Bad Manifest Via TFTP