kibana/test/scripts/jenkins_xpack_package_rpm.sh
Kibana Machine 6b6c48dbcb
Automated package testing (#88900) (#100812)
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
2021-05-27 20:33:04 +00:00

26 lines
686 B
Bash
Executable file

#!/usr/bin/env bash
set -e
source src/dev/ci_setup/setup_env.sh
gsutil -q -m cp "gs://ci-artifacts.kibana.dev/package-testing/$GIT_COMMIT/kibana-*.rpm" ./target
export VAGRANT_CWD=test/package
vagrant up rpm --no-provision
node scripts/es snapshot \
-E network.bind_host=127.0.0.1,192.168.50.1 \
-E discovery.type=single-node \
--license=trial &
while ! timeout 1 bash -c "echo > /dev/tcp/localhost/9200"; do sleep 30; done
vagrant provision rpm
export TEST_BROWSER_HEADLESS=1
export TEST_KIBANA_URL=http://elastic:changeme@192.168.50.6:5601
export TEST_ES_URL=http://elastic:changeme@192.168.50.1:9200
cd x-pack
node scripts/functional_test_runner.js --include-tag=smoke