test: use image-builder-test as a name
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
c7b8ee9af0
commit
94afe7b150
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import pytest
|
||||||
def build_container_fixture():
|
def build_container_fixture():
|
||||||
"""Build a container from the Containerfile and returns the name"""
|
"""Build a container from the Containerfile and returns the name"""
|
||||||
|
|
||||||
container_tag = "image-builder-cli-test"
|
container_tag = "image-builder-test"
|
||||||
subprocess.check_call([
|
subprocess.check_call([
|
||||||
"podman", "build",
|
"podman", "build",
|
||||||
"-f", "Containerfile",
|
"-f", "Containerfile",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue