Skip to content
Documentation Menu

TC_B_37_CS — Set Variables - Not supported attribute type

TC_B_37_CS — Set 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 43.

Identification

FieldValue
Test case nameSet Variables - Not supported attribute type
Test case IdTC_B_37_CS
Use case Id(s)B05
Requirement(s)B05.FR.06
System under testCharging Station
Functional blockB. Provisioning

Description

The CSMS can use a SetVariablesRequest to set values from device model variables at the Charging Station.

Purpose

To verify whether the Charging Station can handle receiving a SetVariablesRequest 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 StationCSMS
2. The Charging Station responds with SetVariablesResponse1. OCTT sends SetVariablesRequest with:; - variable.name = "OfflineThreshold"; - component.name = "OCPPCommCtrlr"; - attributeType = Target

Tool validations

Step 2:

Message: SetVariablesResponse

  • setVariableResult[0].attributeStatus = NotSupportedAttributeType
  • setVariableResult[0].component.name = "OCPPCommCtrlr"
  • setVariableResult[0].variable.name = "OfflineThreshold"
  • setVariableResult[0].attributeType = Target

Post scenario validations

  • N/a