Skip to content

Commit ed0b291

Browse files
twilfredoalistair23
authored andcommitted
tests: responder-validator: remove dropped tests
SPDM Responder Validator has removed some tests. This is just cleaning up after those tests. Signed-off-by: Wilfred Mallawa <[email protected]>
1 parent 969c32b commit ed0b291

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

src/test_suite.rs

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,6 @@ pub fn responder_validator_tests(context: *mut c_void) -> Result<(), ()> {
608608
case_id: SPDM_RESPONDER_TEST_CASE_ALGORITHMS_VERSION_MISMATCH,
609609
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
610610
},
611-
common_test_case_config_t {
612-
case_id: SPDM_RESPONDER_TEST_CASE_ALGORITHMS_UNEXPECTED_REQUEST,
613-
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
614-
},
615611
common_test_case_config_t {
616612
case_id: SPDM_RESPONDER_TEST_CASE_ALGORITHMS_INVALID_REQUEST,
617613
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
@@ -643,10 +639,6 @@ pub fn responder_validator_tests(context: *mut c_void) -> Result<(), ()> {
643639
case_id: SPDM_RESPONDER_TEST_CASE_DIGESTS_VERSION_MISMATCH,
644640
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
645641
},
646-
common_test_case_config_t {
647-
case_id: SPDM_RESPONDER_TEST_CASE_DIGESTS_UNEXPECTED_REQUEST,
648-
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
649-
},
650642
common_test_case_config_t {
651643
case_id: COMMON_TEST_ID_END,
652644
action: common_test_action_t_COMMON_TEST_ACTION_SKIP,
@@ -662,10 +654,6 @@ pub fn responder_validator_tests(context: *mut c_void) -> Result<(), ()> {
662654
case_id: SPDM_RESPONDER_TEST_CASE_DIGESTS_VERSION_MISMATCH,
663655
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
664656
},
665-
common_test_case_config_t {
666-
case_id: SPDM_RESPONDER_TEST_CASE_DIGESTS_UNEXPECTED_REQUEST,
667-
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
668-
},
669657
common_test_case_config_t {
670658
case_id: SPDM_RESPONDER_TEST_CASE_CERTIFICATE_INVALID_REQUEST,
671659
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
@@ -697,10 +685,6 @@ pub fn responder_validator_tests(context: *mut c_void) -> Result<(), ()> {
697685
case_id: SPDM_RESPONDER_TEST_CASE_CHALLENGE_AUTH_VERSION_MISMATCH,
698686
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
699687
},
700-
common_test_case_config_t {
701-
case_id: SPDM_RESPONDER_TEST_CASE_CHALLENGE_AUTH_UNEXPECTED_REQUEST,
702-
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
703-
},
704688
common_test_case_config_t {
705689
case_id: SPDM_RESPONDER_TEST_CASE_CHALLENGE_AUTH_INVALID_REQUEST,
706690
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
@@ -752,10 +736,6 @@ pub fn responder_validator_tests(context: *mut c_void) -> Result<(), ()> {
752736
case_id: SPDM_RESPONDER_TEST_CASE_MEASUREMENTS_VERSION_MISMATCH,
753737
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
754738
},
755-
common_test_case_config_t {
756-
case_id: SPDM_RESPONDER_TEST_CASE_MEASUREMENTS_UNEXPECTED_REQUEST,
757-
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
758-
},
759739
common_test_case_config_t {
760740
case_id: SPDM_RESPONDER_TEST_CASE_MEASUREMENTS_INVALID_REQUEST,
761741
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
@@ -803,10 +783,6 @@ pub fn responder_validator_tests(context: *mut c_void) -> Result<(), ()> {
803783
case_id: SPDM_RESPONDER_TEST_CASE_KEY_EXCHANGE_RSP_VERSION_MISMATCH,
804784
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
805785
},
806-
common_test_case_config_t {
807-
case_id: SPDM_RESPONDER_TEST_CASE_KEY_EXCHANGE_RSP_UNEXPECTED_REQUEST,
808-
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
809-
},
810786
common_test_case_config_t {
811787
case_id: SPDM_RESPONDER_TEST_CASE_KEY_EXCHANGE_RSP_UNEXPECTED_REQUEST_IN_SESSION,
812788
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
@@ -842,10 +818,6 @@ pub fn responder_validator_tests(context: *mut c_void) -> Result<(), ()> {
842818
case_id: SPDM_RESPONDER_TEST_CASE_FINISH_RSP_VERSION_MISMATCH,
843819
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
844820
},
845-
common_test_case_config_t {
846-
case_id: SPDM_RESPONDER_TEST_CASE_FINISH_RSP_UNEXPECTED_REQUEST,
847-
action: common_test_action_t_COMMON_TEST_ACTION_RUN,
848-
},
849821
common_test_case_config_t {
850822
case_id: SPDM_RESPONDER_TEST_CASE_FINISH_RSP_UNEXPECTED_REQUEST_IN_SESSION,
851823
action: common_test_action_t_COMMON_TEST_ACTION_RUN,

0 commit comments

Comments
 (0)