Skip to content

Commit

Permalink
Remove Xenial testing, until next release
Browse files Browse the repository at this point in the history
  • Loading branch information
achaussier committed Nov 29, 2016
1 parent a7a9dde commit 926c5c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ test-vagrant:
vagrant provision
vagrant ssh-config > .vagrant/ssh-config
testinfra --hosts=alignak-trusty --ssh-config=.vagrant/ssh-config --noconftest --sudo
testinfra --hosts=alignak-xenial --ssh-config=.vagrant/ssh-config --noconftest --sudo
1 change: 0 additions & 1 deletion tests/testinfra/test_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# To run all the tests on given docker images:
pytestmark = pytest.mark.docker_images(
'infopen/ubuntu-trusty-ssh:0.1.0',
'infopen/ubuntu-xenial-ssh-py27:0.2.0'
)

def test_foo_a(User):
Expand Down
6 changes: 0 additions & 6 deletions vagrant_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ vagrant_servers:
family: 'debian'
forwarded_port: []
memory: 512
- name: 'alignak-xenial'
box: 'ubuntu/xenial64'
cpus: 1
family: 'debian'
forwarded_port: []
memory: 512

0 comments on commit 926c5c1

Please sign in to comment.