install-apps: script to install NDN applications required for testing
test-ndntlvping: sample test case for testing ndn-tlv-ping
Change-Id: Ib54bd606f6854672ed890d3971ff5827197435e8
refs: #1220
diff --git a/install_helpers/setup_security.py b/install_helpers/setup_security.py
new file mode 100644
index 0000000..4d550cd
--- /dev/null
+++ b/install_helpers/setup_security.py
@@ -0,0 +1,8 @@
+#!/usr/bin/python2
+import os
+
+# Configure Security Environment Using ndnsec
+def run():
+ print "\nCONFIGURING SECURITY ENVIRONMENT WITH ndnsec"
+ print "********************************************"
+ os.system("ndnsec-keygen -n '/tmp/nfd_integration_tests/' | ndnsec-install-cert -")