|
32 | 32 | "port": 8102,
|
33 | 33 | "name": "rdmHost+Port+Name+Index",
|
34 | 34 | "db": 2,
|
35 |
| - "result": "success" |
| 35 | + "result": "success", |
| 36 | + "indName": "rdmHost+Port+Name+Index [2]" |
36 | 37 | },
|
37 | 38 | {
|
38 | 39 | "host": "localhost",
|
|
48 | 49 | "host": "localhost",
|
49 | 50 | "port": 8102,
|
50 | 51 | "name": "rdmHost+Port+Name+CaCert",
|
51 |
| - "ssl_ca_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/ca.crt", |
| 52 | + "ssl_ca_cert_path": "/root/certs/ca.crt", |
52 | 53 | "result": "success"
|
53 | 54 | },
|
54 | 55 | {
|
55 | 56 | "host": "localhost",
|
56 | 57 | "port": 8102,
|
57 | 58 | "name": "rdmHost+Port+Name+clientCert+privateKey",
|
58 | 59 | "ssl": true,
|
59 |
| - "ssl_local_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.crt", |
60 |
| - "ssl_private_key_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.key", |
| 60 | + "ssl_local_cert_path": "/root/certs/client.crt", |
| 61 | + "ssl_private_key_path": "/root/certs/client.key", |
61 | 62 | "result": "success"
|
62 | 63 | },
|
63 | 64 | {
|
64 | 65 | "host": "localhost",
|
65 | 66 | "port": 8102,
|
66 | 67 | "name": "rdmHost+Port+Name+CaCert+clientCert+privateKey",
|
67 |
| - "ssl_ca_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/ca.crt", |
68 |
| - "ssl_local_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.crt", |
69 |
| - "ssl_private_key_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.key", |
| 68 | + "ssl_ca_cert_path": "/root/certs/ca.crt", |
| 69 | + "ssl_local_cert_path": "/root/certs/client.crt", |
| 70 | + "ssl_private_key_path": "/root/certs/client.key", |
70 | 71 | "result": "success"
|
71 | 72 | },
|
72 | 73 | {
|
73 | 74 | "host": "localhost",
|
74 | 75 | "port": 8102,
|
75 | 76 | "name": "rdmHost+Port+Name+CaCert+clientCert+privateKey(notbypath)",
|
76 |
| - "ssl_ca_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/ca.crt", |
77 |
| - "ssl_local_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.crt", |
78 |
| - "ssl_private_key_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.key", |
| 77 | + "ssl_ca_cert_path": "/root/certs/ca.crt", |
| 78 | + "ssl_local_cert_path": "/root/certs/client.crt", |
| 79 | + "ssl_private_key_path": "/root/certs/client.key", |
79 | 80 | "result": "success"
|
80 | 81 | },
|
81 | 82 | {
|
82 | 83 | "host": "172.30.100.103",
|
83 | 84 | "port": 6379,
|
84 | 85 | "name": "rdmHost+Port+Name+username+pass+CaCert+clientCert+privateKey",
|
85 | 86 | "ssl": true,
|
86 |
| - "ssl_ca_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/ca.crt", |
87 |
| - "ssl_local_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.crt", |
88 |
| - "ssl_private_key_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.key", |
| 87 | + "ssl_ca_cert_path": "/root/certs/ca.crt", |
| 88 | + "ssl_local_cert_path": "/root/certs/client.crt", |
| 89 | + "ssl_private_key_path": "/root/certs/client.key", |
89 | 90 | "username": "admin",
|
90 | 91 | "auth": "pass",
|
91 | 92 | "result": "success"
|
|
156 | 157 | "host": "localhost",
|
157 | 158 | "port": 8103,
|
158 | 159 | "name": "rdmOnlyClientCert",
|
159 |
| - "ssl_local_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.crt", |
| 160 | + "ssl_local_cert_path": "/root/certs/client.crt", |
160 | 161 | "result": "partial"
|
161 | 162 | },
|
162 | 163 | {
|
163 | 164 | "host": "localhost",
|
164 | 165 | "port": 8103,
|
165 | 166 | "name": "rdmOnlyPrivateKey",
|
166 |
| - "ssl_private_key_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.key", |
| 167 | + "ssl_private_key_path": "/root/certs/client.key", |
167 | 168 | "result": "partial"
|
168 | 169 | },
|
169 | 170 | {
|
170 | 171 | "host": "localhost",
|
171 | 172 | "port": 8103,
|
172 | 173 | "name": "rdmInvalidClientCert",
|
173 | 174 | "ssl_local_cert_path": "invalid client cert",
|
174 |
| - "ssl_private_key_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.key", |
| 175 | + "ssl_private_key_path": "/root/certs/client.key", |
175 | 176 | "result": "partial"
|
176 | 177 | },
|
177 | 178 | {
|
178 | 179 | "host": "localhost",
|
179 | 180 | "port": 8103,
|
180 | 181 | "name": "rdmInvalidPrivateKey",
|
181 |
| - "ssl_local_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/client.crt", |
| 182 | + "ssl_local_cert_path": "/root/certs/client.crt", |
182 | 183 | "ssl_private_key_path": "invalid private key",
|
183 | 184 | "result": "partial"
|
184 | 185 | },
|
|
204 | 205 | "host": "localhost",
|
205 | 206 | "port": 8103,
|
206 | 207 | "name": "rdmCaCertInvalidPath",
|
207 |
| - "ssl_ca_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/caInvalid.crt", |
| 208 | + "ssl_ca_cert_path": "/root/certs/caInvalid.crt", |
208 | 209 | "result": "partial"
|
209 | 210 | },
|
210 | 211 | {
|
211 | 212 | "host": "localhost",
|
212 | 213 | "port": 8103,
|
213 | 214 | "name": "rdmClientCert+PrivateKeyInvalidPathes",
|
214 |
| - "ssl_local_cert_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/clientInvalid.crt", |
215 |
| - "ssl_private_key_path": "C:/Projects/redisinsight-redis/RedisInsight/tests/e2e/.redisinsight-v2/clientInvalid.key", |
| 215 | + "ssl_local_cert_path": "/root/certs/clientInvalid.crt", |
| 216 | + "ssl_private_key_path": "/root/certs/clientInvalid.key", |
216 | 217 | "result": "partial"
|
217 | 218 | }
|
218 | 219 | ]
|
0 commit comments