mirror of
https://gerrit.ovirt.org/vdsm
synced 2026-02-06 03:48:18 +01:00
build: clean tests certificates
There were recent changes how we represent host in tests certificates so we can support ipv6. Switching between branches requires cleaning certs otherwise tests would fail. Now when we run make clean tests certs are deleted. Change-Id: I3bd8a413727ec848d38ed1d55be5254e651560b2 Signed-off-by: pkliczewski <piotr.kliczewski@gmail.com> Reviewed-on: https://gerrit.ovirt.org/54590 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <danken@redhat.com>
This commit is contained in:
committed by
Dan Kenigsberg
parent
feff3eae6e
commit
6e6f89b700
@@ -154,6 +154,7 @@ nodist_vdsmtests_PYTHON = \
|
||||
|
||||
CLEANFILES = \
|
||||
$(nodist_vdsmtests_PYTHON) \
|
||||
$(dist_noinst_DATA) \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = \
|
||||
@@ -165,6 +166,7 @@ dist_noinst_DATA = \
|
||||
server.crt \
|
||||
server.csr \
|
||||
server.key \
|
||||
server.p12 \
|
||||
other.crt \
|
||||
other.csr \
|
||||
other.key \
|
||||
@@ -235,7 +237,7 @@ dist_vdsmtests_SCRIPTS = \
|
||||
all-local: \
|
||||
$(nodist_vdsmtests_PYTHON)
|
||||
|
||||
server.crt server.csr server.key other.crt other.csr other.key:
|
||||
server.crt server.csr server.key other.crt other.csr other.key: makecert.sh
|
||||
./makecert.sh
|
||||
|
||||
run_modules = $(test_modules)
|
||||
|
||||
Reference in New Issue
Block a user