Index: appengine/chrome_infra_mon_proxy/test.yaml |
diff --git a/appengine/chrome_infra_mon_proxy/test.yaml b/appengine/chrome_infra_mon_proxy/test.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cf64c33c8a131ccb02077bfcfdd2599b6462eef7 |
--- /dev/null |
+++ b/appengine/chrome_infra_mon_proxy/test.yaml |
@@ -0,0 +1,22 @@ |
+application: chrome-infra-mon-proxy |
+# version: 2 |
+module: test |
+runtime: python27 |
+api_version: 1 |
+threadsafe: true |
+ |
+handlers: |
+- url: /.* |
+ secure: always |
+ script: test_module.test |
+ |
+libraries: |
+- name: jinja2 |
+ version: latest |
+- name: pycrypto |
+ version: "2.6" |
+- name: webapp2 |
+ version: "2.5.2" |
+- name: webob |
+ version: "1.2.3" |
+ |