ooni-probe-cli/.gitignore
Simone Basso da34cfe6c9
feat(QA): add test cases for websteps vs webconnectivity (#583)
This pull request introduces a set of Node.js scripts for performing A/B comparison of websteps and webconnectivity as described in https://github.com/ooni/probe/issues/1805. Rather than using Jafar, I ended up using `miniooni`'s `--censor` command line flag introduced in [v3.12.0-alpha.1](https://github.com/ooni/probe-cli/releases/tag/v3.12.0-alpha.1). The main reason for doing so is that it's simpler to run tests without requiring root access and Linux _and_ Docker (e.g., I did not develop part of this diff using Linux). Additionally, I choose to use Node.js rather than extending the existing Python framework for QA, because I found Node.js easier when working with JSON data.
2021-11-05 15:56:04 +01:00

27 lines
345 B
Plaintext

/apitool
/apitool.exe
/*.asc
/coverage.cov
/*.deb
/DEBIAN_INSTALLED_PACKAGE.txt
/debops-ci
.DS_Store
/*.jsonl
/miniooni
/miniooni.exe
/oohelper
/oohelperd
/oohelperd.exe
/oohelper.exe
/ooniprobe
/ooniprobe_checksums.txt
/ooniprobe_checksums.txt.asc
/ooniprobe.exe
/probe-cli.cov
/ptxclient
/ptxclient.exe
/*.tar.gz
/testdata/gotmp
/tmp-*
/*.zip