Skip to content

Commit

Permalink
set allow_insecure explicitly
Browse files Browse the repository at this point in the history
Test-tag: control,dmg_config_generate

Required-githooks: true

Signed-off-by: Tom Nabarro <tom.nabarro@intel.com>
  • Loading branch information
tanabarr committed Dec 31, 2023
1 parent ae713d0 commit 32e62f7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/tests/ftest/control/config_generate_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,26 @@ hosts:
test_servers: 1
timeout: 250
server_config:
transport_config:
allow_insecure: False
engines_per_host: 1
engines:
0:
storage:
0:
class: ram
scm_mount: /mnt/daos0
# Force the use of certificates regardless of the launch.py --insecure setting.
pool:
control_method: dmg
transport_config:
allow_insecure: False
agent_config:
transport_config:
allow_insecure: False
dmg:
transport_config:
allow_insecure: False
setup:
start_servers_once: False
config_generate_params: !mux
Expand Down

0 comments on commit 32e62f7

Please sign in to comment.