Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Jun 22, 2022
1 parent d0a294b commit 66ac6bb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/suite/test_build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ def test_build_version(
logging.info(_version)
assert _version != " "

def test_build_gitcommit(
self, ingress_controller, kube_apis, ingress_controller_prerequisites
):
"""
Test Git Commit tag of build i.e. 'GitCommit=<GITCOMMIT>'
"""
_info = self.send_build_info(kube_apis, ingress_controller_prerequisites)
_commit = _info[_info.find("GitCommit=") :].lstrip().replace("GitCommit=", "")
logging.info(_commit)
assert _commit != ""

def send_build_info(self, kube_apis, ingress_controller_prerequisites) -> str:
"""
Helper function to get pod logs
Expand Down

0 comments on commit 66ac6bb

Please sign in to comment.