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

[acceptance-tests] Add checks for removal of intermediate secret when SB is removed #957

Merged

Conversation

pmacik
Copy link
Contributor

@pmacik pmacik commented Apr 26, 2021

Motivation

Currently the accepatce tests for unbinding are only checking that the injected binding information is removed from application when SB is removed. However a secret is created for SB and that secret should be removed as well and those tests are missing that check.

Changes

This PR adds checks for removal of intermediate secret when SB is removed

Testing

make test-acceptance

@pmacik pmacik changed the title Add checks for removal of intermediate secret when SB is removed [acceptnace-tests] Add checks for removal of intermediate secret when SB is removed Apr 26, 2021
@pmacik pmacik changed the title [acceptnace-tests] Add checks for removal of intermediate secret when SB is removed [acceptance-tests] Add checks for removal of intermediate secret when SB is removed Apr 26, 2021
@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #957 (55dc2dc) into master (7e3c8fd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #957   +/-   ##
=======================================
  Coverage   53.77%   53.77%           
=======================================
  Files          23       23           
  Lines        1233     1233           
=======================================
  Hits          663      663           
  Misses        480      480           
  Partials       90       90           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7e3c8fd...55dc2dc. Read the comment docs.

test/acceptance/features/steps/steps.py Outdated Show resolved Hide resolved
test/acceptance/features/steps/steps.py Outdated Show resolved Hide resolved
Signed-off-by: Pavel Macík <pavel.macik@gmail.com>
@pedjak
Copy link
Contributor

pedjak commented Apr 27, 2021

/lgtm
/approve

@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pedjak

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit c256ac6 into redhat-developer:master Apr 27, 2021
@pedjak pedjak added this to the 0.8 milestone May 4, 2021
@pmacik pmacik deleted the unbind-delete-secret branch May 24, 2021 16:02
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.

None yet

4 participants