Skip to content

Commit e0af9d8

Browse files
Iustin-Mituangela-cncf
authored andcommitted
Pull request #24: renaming parameter fix
Merge in ISGAPPSEC/cyperf-api-wrapper from bugfix/ISGAPPSEC2-34527-udp-sample-fix to main Squashed commit of the following: commit f7be4250a7c2115f78cf2d158089a858a5676158 Author: iustmitu <iustin.mitu@keysight.com> Date: Tue May 13 14:48:06 2025 +0300 renaming parameter
1 parent 2e0fba6 commit e0af9d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import cyperf
5959
6060
config = cyperf.Configuration(host="https://my-controller",
61-
user="admin",
61+
username="admin",
6262
refresh_token="get a token from CyPerf UI > Gear > Offline Token")
6363
# if you don't have a valid HTTPS certificate for controller, uncomment this line
6464
# config.verify_ssl = False

0 commit comments

Comments
 (0)