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

Fix common-instancetypes func tests with HCO #952

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 11, 2024

  1. common-instancetypes: Skip tests when SSP deployed by HCO

    Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
    lyarwood committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6264f8e View commit details
    Browse the repository at this point in the history
  2. tests: Always disable common-instancetypes deployment in HCO envs

    This change explicitly disables common-instancetype deployment during
    our tests in environments deployed by HCO to avoid the virt-operator and
    ssp-operator from fighting over ownership.
    
    Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
    lyarwood committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b47f3bd View commit details
    Browse the repository at this point in the history
  3. common-instancetypes: Add coverage when SSP is deployed by HCO

    This change adds basic coverage when SSP is deployed by HCO with the FG
    disabled. Asserting that SSP does not reclaim ownership from
    virt-operator of any common-instancetype resources.
    
    Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
    lyarwood committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a6bd686 View commit details
    Browse the repository at this point in the history