summaryrefslogtreecommitdiffstats
path: root/mirrors
diff options
context:
space:
mode:
Diffstat (limited to 'mirrors')
-rw-r--r--mirrors/fixtures/mirrorprotocols.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/mirrors/fixtures/mirrorprotocols.json b/mirrors/fixtures/mirrorprotocols.json
new file mode 100644
index 0000000..35614b3
--- /dev/null
+++ b/mirrors/fixtures/mirrorprotocols.json
@@ -0,0 +1,26 @@
+[
+ {
+ "pk": 1,
+ "model": "mirrors.mirrorprotocol",
+ "fields": {
+ "is_download": true,
+ "protocol": "http"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "mirrors.mirrorprotocol",
+ "fields": {
+ "is_download": true,
+ "protocol": "ftp"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "mirrors.mirrorprotocol",
+ "fields": {
+ "is_download": false,
+ "protocol": "rsync"
+ }
+ }
+] \ No newline at end of file