Skip to content

Commit

Permalink
Update integTest gradle scripts to run via remote cluster independently
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Apr 20, 2022
1 parent caf5855 commit 04ae974
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions alerting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@ integTest {
}
}

task integTestRemote(type: RestIntegTestTask) {
systemProperty 'tests.security.manager', 'false'
systemProperty 'java.io.tmpdir', opensearch_tmp_dir.absolutePath

systemProperty "https", System.getProperty("https")
systemProperty "security", System.getProperty("security")
systemProperty "user", System.getProperty("user")
systemProperty "password", System.getProperty("password")
}

String bwcVersion = "1.13.1.0"
String baseName = "alertingBwcCluster"
String bwcFilePath = "src/test/resources/bwc"
Expand Down

0 comments on commit 04ae974

Please sign in to comment.