Commit graph

8 commits

Author SHA1 Message Date
fanfan
f51736dc0d typo fix for qa/README
Fixes #6033
2016-10-12 09:06:13 -04:00
yangwei71
a9547d4f02 fix a wrong word
the wrong word in this sentence "Run the example desfined at line 11" .
“desfined” change to "defined".

Fixes #5987
2016-10-11 12:39:23 -04:00
Pere Urbon-Bayes
f7ecded492 provide more clarity to the QA test readme
Fixes #5521
2016-07-19 10:50:17 -04:00
Pere Urbon-Bayes
ebfa12ace8 Enhance QA acceptance test framework docs by adding comments and and upgraded readme in order to provide more context and knowledge around it.
Fixes #5436
2016-06-03 13:16:40 +00:00
Pere Urbon-Bayes
2f1b7b4d5e Remove unused dependencies, cleanup readme and add new platforms to the list of options
Fixes #5350
2016-06-02 14:37:16 +00:00
Pier-Hugues Pellerin
1c6f97b86a Allow to run acceptance test with the local logstash
This change introduce a new command ci/ci_acceptance which is
responsable of building the packages, bootstraping the acceptance test
environment, launching the VMs and running the tests.

You can use the following command to target specific platform.

```
ci/ci_acceptance.sh all
ci/ci_acceptance.sh centos
ci/ci_acceptance.sh debian
```

This PR also add a new rake task to build all the artifacts in a single
run called rake artifact:all it make sure we only install the plugin
only once and make the build process faster.

Fixes #5350
2016-06-02 14:37:16 +00:00
Tal Levy
cffff49f2b update SNAPSHOT tests to run
Fixes #5350
2016-06-02 14:37:16 +00:00
Pere Urbon-Bayes
5ccc705a67 first iteration of a QA acceptance and integration test framework, this initial run include only very basic infraestructure and is for sure going to evolve as necessary to make it a reality.
Fixes #5350
2016-06-02 14:37:15 +00:00