Skip to content

Commit c57507b

Browse files
authored
Add interactive scenario in the TEST06, bump loadgen version to 5.1 (#2272)
* Add interactive in the TEST06 * Bump version
1 parent 1446b35 commit c57507b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compliance/nvidia/TEST06/run_verification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_args():
5353
"--scenario",
5454
"-s",
5555
required=True,
56-
choices=["Offline", "Server", "SingleStream", "MultiStream"],
56+
choices=["Offline", "Server", "Interactive", "SingleStream", "MultiStream"],
5757
)
5858
args = parser.parse_args()
5959
return args

loadgen/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.25
1+
5.1.0

0 commit comments

Comments
 (0)