Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3283 from StrongMonkey/52-haproxy
Browse files Browse the repository at this point in the history
lb-service-proxy:v0.9.14
  • Loading branch information
Denise authored May 14, 2020
2 parents ae7d5d5 + 9ede955 commit b5fe156
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/content/cattle-global.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
api.ui.index=//releases.rancher.com/ui/stable
api.ui.js.url=https://releases.rancher.com/api-ui/1.0.4/ui.min.js
api.ui.css.url=https://releases.rancher.com/api-ui/1.0.4/ui.min.css
lb.instance.image=rancher/lb-service-haproxy:v0.9.1
lb.instance.image=rancher/lb-service-haproxy:v0.9.14
bootstrap.required.image=rancher/agent:v1.2.10
bootstrap.required.windows.image=rancher/agent-windows:v0.2.0
agent.package.python.agent.url=https://github.com/rancher/agent/releases/download/v0.13.8/go-agent.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-v1/cattletest/core/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ def test_service_links_with_no_ports(docker_client):
assert service.state == 'active'


@if_docker
@pytest.mark.skipif('True')
def test_blkio_device_options(super_client, docker_client):
dev_opts = {
'/dev/sda': {
Expand Down
1 change: 1 addition & 0 deletions tests/integration-v1/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PyJWT==1.4.0

flake8==2.5.1
pytest==3.0.2
pytest-repeat==0.7.0
pytest-xdist==v1.14
pyyaml
netaddr
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/cattletest/core/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ def test_service_links_with_no_ports(docker_client):
assert service.state == 'active'


@if_docker
@pytest.mark.skipif('True')
def test_blkio_device_options(super_client, docker_client):
dev_opts = {
'/dev/sda': {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PyJWT==1.4.0

flake8==2.5.1
pytest==3.0.2
pytest-repeat
pytest-repeat==0.7.0
pytest-xdist==v1.14
pyyaml
netaddr
Expand Down

0 comments on commit b5fe156

Please sign in to comment.