TC_B_34_CS — Get Variables - Not supported attribute type
TC_B_34_CS — Get Variables - Not supported attribute type
Source: OCPP 2.0.1 Part 6 — Test Cases (Core & Advanced Security, FINAL, 2023-06-30) — Functional block B. Provisioning, page 37.
Identification
| Field | Value |
|---|---|
| Test case name | Get Variables - Not supported attribute type |
| Test case Id | TC_B_34_CS |
| Use case Id(s) | B06 |
| Requirement(s) | B06.FR.08 |
| System under test | Charging Station |
| Functional block | B. Provisioning |
Description
The CSMS can use a GetVariablesRequest to retrieve values from device model variables at the Charging Station.
Purpose
To verify whether the Charging Station can handle receiving a GetVariablesRequest for a not supported attribute type.
Prerequisite(s)
N/A
Before (Preparations)
Configuration State:
- N/a
Memory State:
- N/a
Reusable State(s):
- N/a
Main (Test scenario)
| Charging Station | CSMS |
|---|---|
| 2. The Charging Station responds with GetVariablesResponse | 1. OCTT sends GetVariablesRequest with:; - variable.name = "OfflineThreshold"; - component.name = "OCPPCommCtrlr"; - attributeType = Target |
Tool validations
Step 2:
Message: GetVariablesResponse
- getVariableResult[0].attributeStatus = NotSupportedAttributeType
- getVariableResult[0].component.name = "OCPPCommCtrlr"
- getVariableResult[0].variable.name = "OfflineThreshold"
- getVariableResult[0].attributeType = Target
Post scenario validations
- N/a