Add Client Conf
Change-Id: Ibb238b87e7076060386bbdbcc46a841268d6dc42
diff --git a/tests/unit-tests/client.conf.test b/tests/unit-tests/client.conf.test
new file mode 100644
index 0000000..745a43b
--- /dev/null
+++ b/tests/unit-tests/client.conf.test
@@ -0,0 +1,23 @@
+{
+ "ca-list":
+ [
+ {
+ "ca-prefix": "/ndn/edu/ucla/CA",
+ "ca-info": "UCLA's ceritificate authority, located in BH4805.",
+ "probe": "Please use your email address to apply a namespace first. UCLA email is preferred.",
+ "supported-challenges":
+ [
+ { "type": "PIN" },
+ { "type": "EMAIL" }
+ ]
+ },
+ {
+ "ca-prefix": "/ndn/edu/ucla/zhiyi/CA",
+ "ca-info": "Zhiyi's own ceritificate authority",
+ "supported-challenges":
+ [
+ { "type": "PIN" }
+ ]
+ }
+ ]
+}
\ No newline at end of file