[dpdk-test-report] |WARNING| pw101971 [PATCH] usertools/telemetry: fix instance help text
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Oct 18 19:58:35 CEST 2021
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/101971
_apply patch failure_
Submitter: Conor Walsh <conor.walsh at intel.com>
Date: Monday, October 18 2021 10:39:29
Applied on: CommitID:9942ebb9c698a53b86e2bbd450f3e24238771fe5
Apply patch set 101971 failed:
Checking patch usertools/dpdk-telemetry.py...
error: while searching for:
parser.add_argument('-f', '--file-prefix', default=DEFAULT_PREFIX,
help='Provide file-prefix for DPDK runtime directory')
parser.add_argument('-i', '--instance', default='0', type=int,
help='Provide file-prefix for DPDK runtime directory')
parser.add_argument('-l', '--list', action="store_true", default=False,
help='List all possible file-prefixes and exit')
args = parser.parse_args()
error: patch failed: usertools/dpdk-telemetry.py:165
Applying patch usertools/dpdk-telemetry.py with 1 reject...
Rejected hunk #1.
diff a/usertools/dpdk-telemetry.py b/usertools/dpdk-telemetry.py (rejected hunks)
@@ -165,7 +165,7 @@ def readline_complete(text, state):
parser.add_argument('-f', '--file-prefix', default=DEFAULT_PREFIX,
help='Provide file-prefix for DPDK runtime directory')
parser.add_argument('-i', '--instance', default='0', type=int,
- help='Provide file-prefix for DPDK runtime directory')
+ help='Provide instance number for DPDK application')
parser.add_argument('-l', '--list', action="store_true", default=False,
help='List all possible file-prefixes and exit')
args = parser.parse_args()
https://lab.dpdk.org/results/dashboard/patchsets/19494/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list