RVS - Report test progress in realtime

Change-Id: Id9fea71f242f372f408ecd777c030465b7ef9989
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
Galantsev, Dmitrii
2024-10-24 23:11:05 -05:00
committed by Galantsev, Dmitrii
parent 9c77312c51
commit 37ddd5bf50
4 changed files with 70 additions and 41 deletions
@@ -578,8 +578,7 @@ rdc_status_t RdcStandaloneHandler::rdc_diagnostic_run(rdc_gpu_group_t group_id,
// * response - delivered when the diagnostic run completes
while (reader->Read(&reply)) {
if (reply.has_log()) {
// TODO: Remove cout?
RDC_LOG(RDC_INFO, "LOG: " << reply.log());
// TODO: Add different logging levels
std::cout << "LOG: " << reply.log() << std::endl;
continue;
}