From: Stefan Schantl <stefan.schantl@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH] Tests: Disable testing for valid signature.
Date: Mon, 11 May 2020 16:38:19 +0200 [thread overview]
Message-ID: <20200511143819.40588-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]
Testing for a valid database signature currently fails and breaks
the entire build process.
At a later time this very easy can be recovered by reverting this
commit.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
Makefile.am | 3 +--
src/perl/t/Location.t | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9a199bf..5922770 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -279,8 +279,7 @@ TESTS = \
src/test-database \
src/test-as \
src/test-network \
- src/test-country \
- src/test-signature
+ src/test-country
CLEANFILES += \
test.db \
diff --git a/src/perl/t/Location.t b/src/perl/t/Location.t
index 3ba2d8f..e87715f 100644
--- a/src/perl/t/Location.t
+++ b/src/perl/t/Location.t
@@ -12,7 +12,7 @@ use warnings;
my $testdb = $ENV{'database'};
my $keyfile = $ENV{'keyfile'};
-use Test::More tests => 7;
+use Test::More tests => 6;
BEGIN { use_ok('Location') };
#########################
@@ -27,8 +27,8 @@ my $address = "2a07:1c44:5800::1";
my $db = &Location::init("$testdb");
# Verify
-my $status = &Location::verify($db, $keyfile);
-ok($status, "This database is valid");
+#my $status = &Location::verify($db, $keyfile);
+#ok($status, "This database is valid");
my $vendor = &Location::get_vendor($db);
ok($vendor eq "IPFire Project", "Test 1 - Get Database Vendor");
--
2.26.1
reply other threads:[~2020-05-11 14:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200511143819.40588-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=location@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox