Skip to content

Commit 39a2b41

Browse files
kamalsahu0001gshemesh2
authored andcommitted
Update snappi-sonic.yml (sonic-net#19676)
Removing secret_group_var variable. We don't need this. If not it will give key error for api_server. Description of PR Removing secre_group_vars variable from snappi-sonic.yml file. Summary: Fixes # (issue) Removed the variable. Type of change [ x] Bug fix Testbed and Framework(new/improvement) New Test case Skipped for non-supported platforms Test case improvement Approach What is the motivation for this PR? How did you do it? How did you verify/test it? Ran after removing the variable and it works fine. signed-off-by: [email protected] Signed-off-by: Guy Shemesh <[email protected]>
1 parent c1d9385 commit 39a2b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/group_vars/snappi-sonic/snappi-sonic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ bgp_slb_passive_range: 10.255.0.0/25
4747
fanout_admin_user: "fanoutadminuser"
4848
fanout_admin_password: "fanoutadminpassword"
4949

50-
secret_group_vars: {snappi_api_server: {user: admin, password: admin, rest_port: 443, session_id: "None"}}
50+
snappi_api_server: {user: admin, password: admin, rest_port: 443, session_id: "None"}

0 commit comments

Comments
 (0)