Tests: Switch to fedora-25 in test plugin

Use fedora-25 Vagrant box in VagrantTestPlugin, which was missing from
9a3ab3e800 causing packaging test
failures.

Additionally update TESTING.asciidoc
This commit is contained in:
Dimitrios Liappis 2017-05-04 14:21:28 +03:00
parent 01872f3649
commit ee6deb34d0
2 changed files with 4 additions and 4 deletions

View File

@ -350,7 +350,7 @@ These are the linux flavors the Vagrantfile currently supports:
* debian-8 aka jessie, the current debian stable distribution
* centos-6
* centos-7
* fedora-24
* fedora-25
* oel-6 aka Oracle Enterprise Linux 6
* oel-7 aka Oracle Enterprise Linux 7
* sles-12
@ -436,13 +436,13 @@ vagrantUbuntu1604#up.
Once up, you can then connect to the VM using SSH from the elasticsearch directory:
-------------------------------------------------
vagrant ssh fedora-24
vagrant ssh fedora-25
-------------------------------------------------
Or from another directory:
-------------------------------------------------
VAGRANT_CWD=/path/to/elasticsearch vagrant ssh fedora-24
VAGRANT_CWD=/path/to/elasticsearch vagrant ssh fedora-25
-------------------------------------------------
Note: Starting vagrant VM outside of the elasticsearch folder requires to

View File

@ -17,7 +17,7 @@ class VagrantTestPlugin implements Plugin<Project> {
'centos-6',
'centos-7',
'debian-8',
'fedora-24',
'fedora-25',
'oel-6',
'oel-7',
'opensuse-13',