Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System test fixes #1565

Open
wants to merge 30 commits into
base: 7.0.2-build
Choose a base branch
from
Open

System test fixes #1565

wants to merge 30 commits into from

Conversation

glukhman
Copy link
Contributor

Small error fixes towards the 7.0.2 release

bartoszkosciug and others added 30 commits February 22, 2023 13:43
Adding deleting unknown resources feature.
The agent list contains the old "UPGRADED"/"STOPPED" agent, and
a new "STARTED" agent. Only assert on the new one.
Currently, separate external certs are only supported when public_ip
is a domain name, not an ip, and these tests always provide ips.

This is because both internal and external listen on 443, and SNI
only works for domain names, not ips.
* Update most of the blueprints to DSL 1.5

* Update AWS infrastructure blueprints: use cloudify/types/types.yaml
* RND-895 Proxy 443 port along 53333 in test_agent_via_proxy

* Revert "Upgrade blueprints to DSL version 1.5 (#1549)"
  This reverts commit e60703c.
  This is a temporary solution before we decide what to do about
  incompatibility of the Cloudify Manager used in system tests:
  https://cloudifysource.atlassian.net/browse/RND-896
* RD-6678 Add external db upgrade test
* RND-901 Download new rest cert: re-establish the http session

Close the session after fetching the cert, so that next request
re-loads the cert, instead of using the old cert and throwing an error.

Alternatively, we could just send a dummy request, that would fail
with a SSLError - that also causes a reload, so the next request would
pass. But that would be silly :)

* delete_deployment: exit fast if already done

If there's no deployments at all, we're done, we don't need to do the
40 iterations then :P
Fixes at least one test: cosmo_tester/test_suites/auth/test_saml.py::test_saml_auth
This solves the issue of teardown process not being able to restore
rsync-ed backups in environment with less lax umask settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants