blob: 88c0b2f8d737aa46676f940b38a1ce6adb182f6a [file] [log] [blame]
Jungho Ahn3b140ba2016-02-29 10:18:14 -08001# This file contains a list of Mojo apptests.
2# For description of the file format, see 'mojo_test'.
3
4tests = [
5 {
Jungho Ahnb94302d2016-03-16 17:29:15 -07006 "test": "https://test.v.io/discovery_apptests.mojo",
Jungho Ahn3b140ba2016-02-29 10:18:14 -08007 "test-args": [],
Jungho Ahnb94302d2016-03-16 17:29:15 -07008 "shell-args": ["--args-for=https://mojo.v.io/discovery.mojo --use-mock"],
9 "timeout": 120,
Jungho Ahn3b140ba2016-02-29 10:18:14 -080010 },
Jungho Ahnd384c162016-04-11 17:57:04 -070011 # Testing dart apptests timeout failure with a large timeout value.
Jungho Ahn9f1985f2016-04-11 09:04:21 -070012 # See https://github.com/vanadium/issues/issues/1278
Jungho Ahnd384c162016-04-11 17:57:04 -070013 {
14 "test": "https://dart.test.mojo.v.io/discovery_apptests.dart",
15 "type": "dart",
16 "dart_strict_mode": True,
17 "shell-args": ["--args-for=https://mojo.v.io/discovery.mojo --use-mock"],
18 "timeout": 1200,
19 }
Jungho Ahn3b140ba2016-02-29 10:18:14 -080020]