Skip to content

Commit

Permalink
Aligned test name with latest master (openvinotoolkit#19123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrivor authored Aug 10, 2023
1 parent 0868817 commit dab01d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void RegisterTestCustomQueries(void) {
"OpImplCheck_CheckPluginImpl($__test_id)"; // Query expected in case of a refused results
extTestNames[testName] = "$opName";

testName = "ReadIR";
testName = "Inference";
extTestQueries[testName + "_ON_START"] =
"ReadIRTest_ReadIR($__test_id, '$opName', '$opSet', '$Type', "
"'$targetDevice', '$targetDeviceArch', '$targetDeviceName', '$hashXml', '$pathXml', '$config', "
Expand Down

0 comments on commit dab01d2

Please sign in to comment.