consul/test/integration/consul-container/upgrade
Dhia Ayachi feda67f4d1
Create clients with specific version for integration tests (#12978)
* tidy code and add some doc strings

* add doc strings to tests

* add partitions tests, need to adapt to run in both oss and ent

* split oss and enterprise versions

* remove parallel tests

* add error

* fix queryBackend in test

* revert unneeded change

* fix failing tests
2022-05-09 14:36:49 -04:00
..
README.md
healthcheck_test.go Create clients with specific version for integration tests (#12978) 2022-05-09 14:36:49 -04:00
version_oss.go Create clients with specific version for integration tests (#12978) 2022-05-09 14:36:49 -04:00

README.md

Consul Upgrade Integration tests

Local run

  • run make dev-docker
  • run the tests.

To specify targets and latest image pass target-version and latest-version to the tests. By default, it uses the consul docker image with respectively local and latest tags.