Update event logging attribute string
Change-Id: Ibaf725b62f09ed35dd0039779dae4ef4b2ae9e3b
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/logging_utils.robot b/lib/logging_utils.robot
index 484c8de..1ffd8a5 100644
--- a/lib/logging_utils.robot
+++ b/lib/logging_utils.robot
@@ -90,7 +90,7 @@
# "Resolved": 0,
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1492715244828,
- # "associations": []
+ # "Associations": []
# },
${elog_entry}= Get URL List ${BMC_LOGGING_ENTRY}
@@ -134,7 +134,7 @@
# "Message": "example.xyz.openbmc_project.Example.Elog.AutoTestSimple",
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1487743963328,
- # "associations": []
+ # "Associations": []
# }
BMC Execute Command /tmp/tarball/bin/logging-test -c AutoTestSimple
diff --git a/redfish/systems/eventlog/test_association.robot b/redfish/systems/eventlog/test_association.robot
index 3366092..3dc8d79 100755
--- a/redfish/systems/eventlog/test_association.robot
+++ b/redfish/systems/eventlog/test_association.robot
@@ -52,11 +52,11 @@
Create Test Error Callout And Verify Associations
- [Documentation] Create test error callout and verify associations.
+ [Documentation] Create test error callout and verify Associations.
[Tags] Create_Test_Error_Callout_And_Verify_Associations
# Test error log association entry example:
- # "associations": [
+ # "Associations": [
# [
# "callout",
# "fault",
@@ -68,10 +68,10 @@
${elog_entry}= Get Elog URL List
${resp}= OpenBMC Get Request ${elog_entry[0]}
${jsondata}= To JSON ${resp.content}
- List Should Contain Value ${jsondata["data"]["associations"][0]} callout
- List Should Contain Value ${jsondata["data"]["associations"][0]} fault
+ List Should Contain Value ${jsondata["data"]["Associations"][0]} callout
+ List Should Contain Value ${jsondata["data"]["Associations"][0]} fault
List Should Contain Value
- ... ${jsondata["data"]["associations"][0]}
+ ... ${jsondata["data"]["Associations"][0]}
... /xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0
@@ -91,7 +91,7 @@
# "Resolved": 0,
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1487747332528,
- # "associations": [
+ # "Associations": [
# [
# "callout",
# "fault",
@@ -128,7 +128,7 @@
# "Resolved": 0,
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1487747332528,
- # "associations": [
+ # "Associations": [
# [
# "callout",
# "fault",
@@ -152,7 +152,7 @@
# "Resolved": 0,
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1487747332528,
- # "associations": [
+ # "Associations": [
# [
# "callout",
# "fault",
@@ -201,7 +201,7 @@
${elog_entry}= Get URL List ${BMC_LOGGING_ENTRY}
${resp}= OpenBMC Get Request ${elog_entry[0]}
${jsondata}= To JSON ${resp.content}
- Should Contain ${jsondata["data"]["associations"][0]} callout
+ Should Contain ${jsondata["data"]["Associations"][0]} callout
# Set the error log field "Resolved".
# By doing so, the callout object should get deleted automatically.
@@ -239,7 +239,7 @@
# "Resolved": 0,
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1487747332528,
- # "associations": [
+ # "Associations": [
# [
# "callout",
# "fault",
diff --git a/redfish/systems/eventlog/test_esel.robot b/redfish/systems/eventlog/test_esel.robot
index 16f27ce..4a2c85e 100644
--- a/redfish/systems/eventlog/test_esel.robot
+++ b/redfish/systems/eventlog/test_esel.robot
@@ -64,7 +64,7 @@
# "Resolved": 0,
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1524233022072,
- # "associations": [
+ # "Associations": [
# [
# "callout",
# "fault",
diff --git a/redfish/systems/eventlog/test_event_logging.robot b/redfish/systems/eventlog/test_event_logging.robot
index 04d6ddf..db93d26 100644
--- a/redfish/systems/eventlog/test_event_logging.robot
+++ b/redfish/systems/eventlog/test_event_logging.robot
@@ -143,7 +143,7 @@
# "Resolved": 0,
# "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
# "Timestamp": 1490817164983,
- # "associations": []
+ # "Associations": []
# },
# To mark an error as resolved, without deleting the error, user would