diff options
| author | songyanchao <[email protected]> | 2024-01-08 03:36:10 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-01-08 03:36:10 +0000 |
| commit | 144397383716bff8039adaabb1bd1c8acbe88e08 (patch) | |
| tree | b0b33daea23ec5694efda19609c59a506de90028 /infra | |
| parent | 4117c15c1dfb8be49ca8176facbf3a34c818d916 (diff) | |
🧪 test(TSG-17959): Add traffic_link_id test case for Tera test.
Add traffic_link_id test case for Tera test.
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/src/link_db.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/src/link_db.c b/infra/src/link_db.c index 1a44f48..b42072c 100644 --- a/infra/src/link_db.c +++ b/infra/src/link_db.c @@ -118,6 +118,10 @@ void link_db_ctx_dump(struct link_db_ctx * ctx) { MR_INFO("Link db, traffic link id:%u, vwire id:%u", link_db->traffic_link_id, link_db->vwire_id); } + else if (ctx->type == LINK_DB_TYPE_TERA) + { + MR_INFO("Link db, traffic link id:%u, tera id:%u", link_db->traffic_link_id, link_db->tera_id); + } } } |
