We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3711f09 commit 96bbcc8Copy full SHA for 96bbcc8
tests/packet_trimming/packet_trimming_helper.py
@@ -391,7 +391,8 @@ def create_blocking_scheduler(duthost):
391
# Create blocking scheduler
392
cmd_create = (
393
f'sonic-db-cli CONFIG_DB hset "SCHEDULER|{BLOCK_DATA_PLANE_SCHEDULER_NAME}" '
394
- f'"type" {SCHEDULER_TYPE} "weight" {SCHEDULER_WEIGHT} "pir" {SCHEDULER_PIR} "meter_type" {SCHEDULER_METER_TYPE}'
+ f'"type" {SCHEDULER_TYPE} "weight" {SCHEDULER_WEIGHT} "pir" {SCHEDULER_PIR} '
395
+ f'"meter_type" {SCHEDULER_METER_TYPE}'
396
)
397
duthost.shell(cmd_create)
398
logger.info(f"Successfully created blocking scheduler: {BLOCK_DATA_PLANE_SCHEDULER_NAME}")
0 commit comments