Skip to content

Commit

Permalink
fix pics (#28561)
Browse files Browse the repository at this point in the history
  • Loading branch information
duyen-tran authored and pull[bot] committed Feb 20, 2024
1 parent fe08feb commit 08bbe12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/tests/suites/certification/Test_TC_RVCOPSTATE_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ tests:
contains: [0x01]

- label: "Step 6a: Read the optional command(Start) in AcceptedCommandList"
PICS: RVCOPSTATE.S.C02 && RVCOPSTATE.S.Afff9
PICS: RVCOPSTATE.S.C02.Rsp && RVCOPSTATE.S.Afff9
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
Expand All @@ -109,7 +109,7 @@ tests:
contains: [1, 2]

- label: "Step 6b: Read the optional command(Stop) in AcceptedCommandList"
PICS: RVCOPSTATE.S.C01 && RVCOPSTATE.S.Afff9
PICS: RVCOPSTATE.S.C01.Rsp && RVCOPSTATE.S.Afff9
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
Expand All @@ -118,7 +118,7 @@ tests:
contains: [1]

- label: "Step 6c: Read the optional command(Pause) in AcceptedCommandList"
PICS: RVCOPSTATE.S.C00 && RVCOPSTATE.S.Afff9
PICS: RVCOPSTATE.S.C00.Rsp && RVCOPSTATE.S.Afff9
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
Expand All @@ -127,7 +127,7 @@ tests:
contains: [0, 3]

- label: "Step 6d: Read the optional command(Resume) in AcceptedCommandList"
PICS: RVCOPSTATE.S.C03 && RVCOPSTATE.S.Afff9
PICS: RVCOPSTATE.S.C03.Rsp && RVCOPSTATE.S.Afff9
command: "readAttribute"
attribute: "AcceptedCommandList"
response:
Expand All @@ -137,8 +137,8 @@ tests:

- label: "Step 7: Read the global attribute: GeneratedCommandList"
PICS:
RVCOPSTATE.S.Afff8 && (RVCOPSTATE.S.C00 || RVCOPSTATE.S.C01 ||
RVCOPSTATE.S.C02 || RVCOPSTATE.S.C03)
RVCOPSTATE.S.Afff8 && (RVCOPSTATE.S.C00.Rsp || RVCOPSTATE.S.C01.Rsp ||
RVCOPSTATE.S.C02.Rsp || RVCOPSTATE.S.C03.Rsp)
command: "readAttribute"
attribute: "GeneratedCommandList"
response:
Expand Down

0 comments on commit 08bbe12

Please sign in to comment.