Skip to content

Commit

Permalink
Merge pull request ceph#56974 from rhcs-dashboard/fix-xmlsec-issue
Browse files Browse the repository at this point in the history
mgr/dashboard: pin xmlsec to 1.3.13

Reviewed-by: Casey Bodley <[email protected]>
Reviewed-by: rishabh-d-dave <NOT@FOUND>
Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
nizamial09 authored Apr 18, 2024
2 parents 8e5d484 + 5a8a9df commit c46a99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/vstart_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ def exec_test():
log.info('\nrunning vstart.sh now...')
# usually, i get vstart.sh running completely in less than 100
# seconds.
remote.run(args=args, env=vstart_env, timeout=(5 * 60))
remote.run(args=args, env=vstart_env, timeout=(10 * 60))
log.info('\nvstart.sh finished running')

# Wait for OSD to come up so that subsequent injectargs etc will
Expand Down
1 change: 1 addition & 0 deletions src/pybind/mgr/dashboard/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest-instafail
pyfakefs==4.5.0
jsonschema~=4.0
PyJWT~=2.0
xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314

0 comments on commit c46a99d

Please sign in to comment.