Skip to content

Commit

Permalink
test(hesai): remove unrecorded commands from test suite
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Nov 27, 2024
1 parent f436ae4 commit d2db773
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nebula_hw_interfaces/test/hesai/test_ptc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,17 +223,6 @@ TEST_P(PtcTest, PtcCommunication)
std::shared_ptr<HesaiLidarStatusBase> status;
ASSERT_NO_THROW_PRINT(status = hw_interface->GetLidarStatus());
ASSERT_NE(status, nullptr);

switch (model) {
case SensorModel::HESAI_PANDARQT128:
case SensorModel::HESAI_PANDARXT32:
case SensorModel::HESAI_PANDARAT128:
case SensorModel::HESAI_PANDAR128_E4X:
ASSERT_NO_THROW_PRINT(hw_interface->GetPtpConfig());
ASSERT_NO_THROW_PRINT(hw_interface->GetPtpDiagStatus());
default:
break;
}
}

INSTANTIATE_TEST_SUITE_P(TestMain, PtcTest, testing::ValuesIn(g_models_under_test));
Expand Down

0 comments on commit d2db773

Please sign in to comment.