Skip to content

feat(e2e): expose _applyAppConfig#76

Open
AndrienkoAleksandr wants to merge 3 commits intoredhat-developer:mainfrom
AndrienkoAleksandr:exposeRHDHapplyAppConfig
Open

feat(e2e): expose _applyAppConfig#76
AndrienkoAleksandr wants to merge 3 commits intoredhat-developer:mainfrom
AndrienkoAleksandr:exposeRHDHapplyAppConfig

Conversation

@AndrienkoAleksandr
Copy link
Copy Markdown
Contributor

Expose _applyAppConfig to make it reusable with rolloutRestart and scaleDownAndRestart. For example e2e test writer could make working such patched RHDH configuration:

      await rhdh.configure({
        auth: "keycloak",
        appConfig: "tests/config/app-config-rhdh-with-default-permissions.yaml", // changed configuration
        valueFile: "tests/config/values.yaml",
      });
      await rhdh.applyAppConfig();
      await rhdh.scaleDownAndRestart();
      await rhdh.waitUntilReady();

Expose _applyAppConfig to make it reusable with rolloutRestart and scaleDownAndRestart

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
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.

1 participant