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

Test commands with dynamic domains #3241

Merged
merged 7 commits into from
Sep 3, 2021
Merged

Test commands with dynamic domains #3241

merged 7 commits into from
Sep 3, 2021

Commits on Sep 3, 2021

  1. Do not use the dummy auth backend in tests

    The auth backend was set to 'dummy' because other backends
    did not support dynamic domains back then.
    
    This should have been already reverted.
    chrzaszcz committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    41d6e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9927ad4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    078bcf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e30a64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67c2a3f View commit details
    Browse the repository at this point in the history
  6. Use a separate host type for dynamic_domains_SUITE

    This suite uses the dummy auth module.
    It could be changed later, but for now it can just use
    its own host type.
    
    "test type" is used for all tests in the dynamic_domains preset
    chrzaszcz committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    9f0f68d View commit details
    Browse the repository at this point in the history
  7. Use a separate host type for service_domain_db_SUITE

    This suite uses the dummy auth module.
    It could be changed later, but for now it can just use
    its own host type.
    
    "test type" is used for all tests in the dynamic_domains preset
    chrzaszcz committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4df90e1 View commit details
    Browse the repository at this point in the history