|
2 | 2 | "framework": "hyperlane", |
3 | 3 | "tests": [ |
4 | 4 | { |
5 | | - "default": { |
6 | | - "dockerfile": "hyperlane.dockerfile", |
| 5 | + "json": { |
| 6 | + "dockerfile": "hyperlane.json.dockerfile", |
7 | 7 | "json_url": "/json", |
| 8 | + "port": 8080, |
| 9 | + "approach": "Realistic", |
| 10 | + "classification": "Platform", |
| 11 | + "database": "Postgres", |
| 12 | + "framework": "hyperlane", |
| 13 | + "language": "Rust", |
| 14 | + "orm": "raw", |
| 15 | + "platform": "Rust", |
| 16 | + "webserver": "hyperlane", |
| 17 | + "os": "Linux", |
| 18 | + "database_os": "Linux", |
| 19 | + "display_name": "hyperlane" |
| 20 | + }, |
| 21 | + "plaintext": { |
| 22 | + "dockerfile": "hyperlane.plaintext.dockerfile", |
8 | 23 | "plaintext_url": "/plaintext", |
| 24 | + "port": 8080, |
| 25 | + "approach": "Realistic", |
| 26 | + "classification": "Platform", |
| 27 | + "database": "Postgres", |
| 28 | + "framework": "hyperlane", |
| 29 | + "language": "Rust", |
| 30 | + "orm": "raw", |
| 31 | + "platform": "Rust", |
| 32 | + "webserver": "hyperlane", |
| 33 | + "os": "Linux", |
| 34 | + "database_os": "Linux", |
| 35 | + "display_name": "hyperlane" |
| 36 | + }, |
| 37 | + "fortunes": { |
| 38 | + "dockerfile": "hyperlane.fortunes.dockerfile", |
9 | 39 | "fortune_url": "/fortunes", |
| 40 | + "port": 8080, |
| 41 | + "approach": "Realistic", |
| 42 | + "classification": "Platform", |
| 43 | + "database": "Postgres", |
| 44 | + "framework": "hyperlane", |
| 45 | + "language": "Rust", |
| 46 | + "orm": "raw", |
| 47 | + "platform": "Rust", |
| 48 | + "webserver": "hyperlane", |
| 49 | + "os": "Linux", |
| 50 | + "database_os": "Linux", |
| 51 | + "display_name": "hyperlane" |
| 52 | + }, |
| 53 | + "db": { |
| 54 | + "dockerfile": "hyperlane.db.dockerfile", |
10 | 55 | "db_url": "/db", |
| 56 | + "port": 8080, |
| 57 | + "approach": "Realistic", |
| 58 | + "classification": "Platform", |
| 59 | + "database": "Postgres", |
| 60 | + "framework": "hyperlane", |
| 61 | + "language": "Rust", |
| 62 | + "orm": "raw", |
| 63 | + "platform": "Rust", |
| 64 | + "webserver": "hyperlane", |
| 65 | + "os": "Linux", |
| 66 | + "database_os": "Linux", |
| 67 | + "display_name": "hyperlane" |
| 68 | + }, |
| 69 | + "query": { |
| 70 | + "dockerfile": "hyperlane.query.dockerfile", |
11 | 71 | "query_url": "/query?q=", |
| 72 | + "port": 8080, |
| 73 | + "approach": "Realistic", |
| 74 | + "classification": "Platform", |
| 75 | + "database": "Postgres", |
| 76 | + "framework": "hyperlane", |
| 77 | + "language": "Rust", |
| 78 | + "orm": "raw", |
| 79 | + "platform": "Rust", |
| 80 | + "webserver": "hyperlane", |
| 81 | + "os": "Linux", |
| 82 | + "database_os": "Linux", |
| 83 | + "display_name": "hyperlane" |
| 84 | + }, |
| 85 | + "update": { |
| 86 | + "dockerfile": "hyperlane.update.dockerfile", |
12 | 87 | "update_url": "/upda?q=", |
| 88 | + "port": 8080, |
| 89 | + "approach": "Realistic", |
| 90 | + "classification": "Platform", |
| 91 | + "database": "Postgres", |
| 92 | + "framework": "hyperlane", |
| 93 | + "language": "Rust", |
| 94 | + "orm": "raw", |
| 95 | + "platform": "Rust", |
| 96 | + "webserver": "hyperlane", |
| 97 | + "os": "Linux", |
| 98 | + "database_os": "Linux", |
| 99 | + "display_name": "hyperlane" |
| 100 | + }, |
| 101 | + "cached_query": { |
| 102 | + "dockerfile": "hyperlane.cached_query.dockerfile", |
13 | 103 | "cached_query_url": "/cached-quer?c=", |
14 | 104 | "port": 8080, |
15 | 105 | "approach": "Realistic", |
|
0 commit comments