Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3912)

Unified Diff: services/auth_service/tests/replica_app/app.yaml

Issue 106310043: Protocol, UI and smoke test for Primary <-> Replica linking process. (Closed) Base URL: https://code.google.com/p/swarming/@master
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/auth_service/tests/replica_app/app.yaml
diff --git a/services/auth_service/tests/replica_app/app.yaml b/services/auth_service/tests/replica_app/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..bbdc75e82a516b0fc2ab4e514e548d57516cf143
--- /dev/null
+++ b/services/auth_service/tests/replica_app/app.yaml
@@ -0,0 +1,21 @@
+application: replica-for-smoke-test
+runtime: python27
+api_version: 1
+threadsafe: true
+
+handlers:
+- url: /.*
+ script: main.app
+
+includes:
+- components/auth
+
+libraries:
+- name: jinja2
+ version: "2.6"
+- name: webapp2
+ version: "2.5.2"
+- name: webob
+ version: "1.2.3"
+- name: yaml
+ version: "3.10"
« no previous file with comments | « services/auth_service/frontend/templates/services.html ('k') | services/auth_service/tests/replica_app/components » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b