Skip to content

Commit

Permalink
fix TestFIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 12, 2023
1 parent 9d2b343 commit 10a600f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ func TestFIPS(t *testing.T) {
fipsBackupName := fmt.Sprintf("fips_backup_%d", rand.Int())
r.NoError(dockerExec("clickhouse", "rm", "-fv", "/etc/apt/sources.list.d/clickhouse.list"))
installDebIfNotExists(r, "clickhouse", "ca-certificates", "curl", "gettext-base", "bsdmainutils", "dnsutils", "git")
r.NoError(dockerExec("clickhouse-backup", "update-ca-certificates"))
r.NoError(dockerExec("clickhouse", "update-ca-certificates"))
r.NoError(dockerCP("config-s3-fips.yml", "clickhouse:/etc/clickhouse-backup/config.yml.fips-template"))
r.NoError(dockerExec("clickhouse", "git", "clone", "--depth", "1", "https://github.com/drwetter/testssl.sh.git", "/opt/testssl"))
r.NoError(dockerExec("clickhouse", "chmod", "+x", "/opt/testssl/testssl.sh"))
Expand Down

0 comments on commit 10a600f

Please sign in to comment.