B2G/QA/Test Automation/mozcingi: Difference between revisions
< B2G | QA | Test Automation
Jump to navigation
Jump to search
(→Download and Install: update step) |
(update how to run) |
||
| Line 20: | Line 20: | ||
== Download and Install == | == Download and Install == | ||
Clone the mozcingi repository in a folder you will remember: | Clone the mozcingi repository in a folder you will remember: | ||
| Line 27: | Line 28: | ||
make mutagen-install | make mutagen-install | ||
== How to Run == | |||
use cingi command to start the whole framework, you could add --dirpath to specify configuration folder | |||
cingi --dirpath conf | |||
Revision as of 07:17, 29 January 2016
About The Project
This project implements the fuzzing testing framework against B2G devices.
Current Feature
- Able to run multiple instance on different machine concurrently
- Support real-time configuration change
- Able to support randomize header tag on audio file
- Able to support running on gip
Support list
- Real device - Aries
- MozITP - real device - Aries
- MozITP - mullet - phone
Getting Started
0. You need a Linux machine (prefer Ubuntu 12.04)
Download and Install
Clone the mozcingi repository in a folder you will remember:
git clone https://github.com/ShakoHo/mozCingi
Install all requirements including mozITP and FuzzManager
make mutagen-install
How to Run
use cingi command to start the whole framework, you could add --dirpath to specify configuration folder
cingi --dirpath conf