Skip to content

Commit dfdfc13

Browse files
authored
Merge pull request #62 from CVEProject/hk_work-in-progress
updates to tests and configs to use new cve-fixtures 1159
2 parents 248eab5 + 4d064d4 commit dfdfc13

13 files changed

Lines changed: 408 additions & 316 deletions

config/devel.jsonc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
"search": {
99
// minimum versions for servers that are compatible with current code
1010
"minServer": [
11-
"opensearch:2.10.0"
11+
"opensearch:2.10.0",
12+
"opensearch:3.5.0"
1213
],
1314
// URL to reach search server
15+
// "providerEndpoint": "https://admin:Test-PassW0rd-2026@localhost:9200",
1416
"providerEndpoint": "https://admin:admin@localhost:9200",
1517
// index on search server related to searching CVEs
16-
"index": "e2e-cve-test-index-1109",
18+
"index": "e2e-cve-test-index-1159",
1719
// setting this to FALSE (recommended) requires an SSL cert to access the search server
1820
// The only time this should be allowed to be true is when developing or testing
1921
// using containers that do not have SSL certs

0 commit comments

Comments
 (0)