summaryrefslogtreecommitdiff
path: root/tests/ovsdb-rbac.at
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2018-08-09 20:02:00 +0200
committerBen Pfaff <blp@ovn.org>2018-08-10 11:16:52 -0700
commit3391136cf7faa00625162791697a651fcdf2991c (patch)
treeeb244f35c065d1a62015d8a88e902a468800e461 /tests/ovsdb-rbac.at
parent6d947d508a5167f31430a3c8c8026a7d22aa7349 (diff)
downloadopenvswitch-3391136cf7faa00625162791697a651fcdf2991c.tar.gz
tests: Use the default key length when generating RSA keys
This commit removes the explicit set of 1024-bit RSA keys when ovs-pki is launched and so the default (2048-bit) is used. Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Tested-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Diffstat (limited to 'tests/ovsdb-rbac.at')
-rw-r--r--tests/ovsdb-rbac.at8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ovsdb-rbac.at b/tests/ovsdb-rbac.at
index adefee4df..7de3711fb 100644
--- a/tests/ovsdb-rbac.at
+++ b/tests/ovsdb-rbac.at
@@ -6,10 +6,10 @@ AT_SKIP_IF([test "$HAVE_OPENSSL" = no])
RBAC_PKIDIR="$(pwd)"
RBAC_PKI="sh $abs_top_srcdir/utilities/ovs-pki.in --dir=$RBAC_PKIDIR/pki --log=$RBAC_PKIDIR/rbac-pki.log"
-$RBAC_PKI -B 1024 init
-$RBAC_PKI -B 1024 req+sign ovsdb-server switch
-$RBAC_PKI -B 1024 -u req+sign client-1 switch
-$RBAC_PKI -B 1024 -u req+sign client-2 switch
+$RBAC_PKI init
+$RBAC_PKI req+sign ovsdb-server switch
+$RBAC_PKI -u req+sign client-1 switch
+$RBAC_PKI -u req+sign client-2 switch
AT_DATA([schema],
[[{"name": "mydb",