Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- add Fuzz
- add GIJ TV mulet
  • Loading branch information
askeing committed Feb 17, 2016
1 parent 0d447b3 commit acabda8
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Expand Up @@ -170,6 +170,14 @@ $ ./bin/stop.sh # Restart the VM
$ ./launch.sh
```

### Running GIJ on TV mulet

To run GIJ on TV mulet, run the following:

```bash
$ ./launch.sh gij-tv
```

## GIP (Python Gaia Integration Test)

See **Supported Platforms** section for available targets.
Expand All @@ -182,6 +190,18 @@ To run GIP, do the following:
$ ./launch.sh gip
```

## Fuzz

The [MozCingi](https://github.com/ShakoHo/mozCingi), fuzz testing of B2G.

### Running Fuzz

To run fuzz testing, do the following:

```bash
$ ./launch.sh fuzz <testcases.zip>
```

## Flashing

Let's look at how to flash a TaskCluster image onto your instance of MozITP.
Expand Down Expand Up @@ -236,10 +256,10 @@ The following table shows the different environments that can be tested/emulated

| Platform | GIJ | GIP | Fuzz |
|----------------|--------------|-------|---------|
| Phone Mulet | OK (headless)| OK | 2015 Q1 |
| Phone Mulet | OK (headless)| OK | OK |
| Phone Device | OK | OK | OK |
| Phone Emulator | Too slow | by request* | by request* |
| TV Mulet | 2015 Q1 | by request* | by request* |
| TV Mulet | OK | by request* | by request* |
| TV Device | by request* | by request* | by request* |
| TV Emulator | by request* | by request* | by request* |

Expand Down

0 comments on commit acabda8

Please sign in to comment.