Skip to content

Day0 separate create and delete tests #91

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

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

Conversation

jkossak
Copy link

@jkossak jkossak commented May 27, 2025

Description

This PR adds two day0 infra test cases that split existing day0 behavior into:

  1. Only create an EN
  2. Only verify EN's status is running and delete the node

The new test cases use new labels.

Tested in open-edge-platform/infra-charts#45

Ticket: ITEP-27768

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes
  • I have not introduced any 3rd party dependency changes
  • I have performed a self-review of my code

day2Label = "infra-tests-day2"
day1Label = "infra-tests-day1"
day0Label = "infra-tests-day0"
day0CreateLabel = "infra-tests-day0-create"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe change this to day0CreateLabel = "infra-tests-custom-day0-create"
So it does not get executed when tests with the label infra-tests-day0 are called.
Same for the delete one.

Copy link
Contributor

@raphaelvrosa raphaelvrosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment, and good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants