Fix TestDevSecure on RHEL

This commit is contained in:
Robert Parker
2018-08-24 09:32:41 +01:00
parent d5ec1fa505
commit 1906896038
4 changed files with 13 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ func TestDevSecure(t *testing.T) {
if err != nil {
t.Fatal(err)
}
const tlsPassPhrase string = "passw0rd"
qm := "qm1"
appPassword := "differentPassw0rd"

View File

@@ -26,6 +26,7 @@ import (
"io/ioutil"
"net/http"
"net/http/httputil"
"os"
"path/filepath"
"strings"
"testing"
@@ -86,6 +87,7 @@ func runJMSTests(t *testing.T, cli *client.Client, ID string, tls bool, user, pa
"MQ_PORT_1414_TCP_ADDR=" + getIPAddress(t, cli, ID),
"MQ_USERNAME=" + user,
"MQ_CHANNEL=DEV.APP.SVRCONN",
"IBMJRE=" + os.Getenv("IBMJRE"),
},
Image: imageNameDevJMS(),
}