Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienarcellier/vagrant-gatling
https://github.com/fabienarcellier/vagrant-gatling
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabienarcellier/vagrant-gatling
- Owner: FabienArcellier
- Created: 2016-02-01T22:32:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T22:57:28.000Z (almost 9 years ago)
- Last Synced: 2023-03-10T21:48:07.717Z (almost 2 years ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage
======First, install the ansible dependencies :
make install_requirements
To run the virtual machine, execute :
vagrant up
To reexecute installation scripts, execute :
vagrant provision
To stop the virtual machine, execute :
vagrant halt
To reload the virtual machine, execute :
vagrant reload
To remove the virtual machine from your disk, execute :
vagrant destroy
Configure jenkins
==================Here is the job configuration
cp -R /vagrant_src/* .
mvn clean gatling:execute
zip -r gatling.zip target/gatling/results/*Check playbook
==============make tests
If it doesn't work due to missing ``ansible`` or ``ansible-galaxy roles``, use :
apt-get install -y python-pip
pip install -U ansible
make install_requirements