Skip to content

Commit c46a99d

Browse files
authored
Merge pull request ceph#56974 from rhcs-dashboard/fix-xmlsec-issue
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]>
2 parents 8e5d484 + 5a8a9df commit c46a99d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

qa/tasks/vstart_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ def exec_test():
13991399
log.info('\nrunning vstart.sh now...')
14001400
# usually, i get vstart.sh running completely in less than 100
14011401
# seconds.
1402-
remote.run(args=args, env=vstart_env, timeout=(5 * 60))
1402+
remote.run(args=args, env=vstart_env, timeout=(10 * 60))
14031403
log.info('\nvstart.sh finished running')
14041404

14051405
# Wait for OSD to come up so that subsequent injectargs etc will

src/pybind/mgr/dashboard/requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest-instafail
33
pyfakefs==4.5.0
44
jsonschema~=4.0
55
PyJWT~=2.0
6+
xmlsec==1.3.13 # Pinning because of https://github.com/xmlsec/python-xmlsec/issues/314

0 commit comments

Comments
 (0)