From c63b8b79edf9224532e14c4c2e8c762fecb24e4a Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Wed, 26 May 2021 16:38:37 -0700 Subject: [PATCH] test: allow unsigned extensions in docker containers --- containers/chicago/build.sh | 2 +- containers/p4d/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/chicago/build.sh b/containers/chicago/build.sh index 4715f4a..2c74fb9 100755 --- a/containers/chicago/build.sh +++ b/containers/chicago/build.sh @@ -69,7 +69,7 @@ p4 configure set any#auth.id=EXT_AUTH_ID echo ${P4PASSWD} | p4 login # disable the signed extensions requirement for testing -# p4 configure set server.extensions.allow.unsigned=1 +p4 configure set server.extensions.allow.unsigned=1 # stop the server so that the run script can start it again, and the # authentication changes will take effect diff --git a/containers/p4d/build.sh b/containers/p4d/build.sh index ddef442..89e2a9b 100755 --- a/containers/p4d/build.sh +++ b/containers/p4d/build.sh @@ -14,7 +14,7 @@ p4dctl start -o '-p 0.0.0.0:1666' despot echo ${P4PASSWD} | p4 login # disable the signed extensions requirement for testing -# p4 configure set server.extensions.allow.unsigned=1 +p4 configure set server.extensions.allow.unsigned=1 # # install and configure the extension