[ONOS-7346] Ver.f

Change-Id: I1e7d2f30876eee53d01baac7558f4563f4fdfaca
diff --git a/jjb/OnosSystemTest/cho-post.sh b/jjb/OnosSystemTest/cho-post.sh
new file mode 100644
index 0000000..586ad1f
--- /dev/null
+++ b/jjb/OnosSystemTest/cho-post.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+export PYTHONPATH=/home/admin/TestON:/home/admin/sts
+
+#Run LogReport
+#/var/lib/jenkins/LogReport.py --nodes '10.128.40.41' '10.128.40.42' '10.128.40.43' --terms 'WARN' 'ERROR' 'Except' > /tmp/LogReport.txt
+
+#Copy generated wiki report file from TestON .rpt to /tmp
+#/var/lib/jenkins/Jenkins_getresult.py > /tmp/CHOresults.txt
+
+cd ~/CHO_Jenkins_Scripts
+# Generate the cvs files for plotting
+bash log-summary
+#source log-summary-cumulative 500
+
+# Refrest the images generated by Monitorix
+#curl http://10.128.40.41:8080/monitorix-cgi/monitorix.cgi?mode=localhost\&graph=all\&when=1week\&color=black > /dev/null
+#curl http://10.128.40.42:8080/monitorix-cgi/monitorix.cgi?mode=localhost\&graph=all\&when=1week\&color=black > /dev/null
+#curl http://10.128.40.43:8080/monitorix-cgi/monitorix.cgi?mode=localhost\&graph=all\&when=1week\&color=black > /dev/null
+#curl http://10.128.40.50:8080/monitorix-cgi/monitorix.cgi?mode=localhost\&graph=all\&when=1week\&color=black > /dev/null
+
+# Download required images to workspace folder
+#curl -o onos1cpu.png http://10.128.40.41:8080/monitorix/imgs/system1z.1week.png
+#curl -o onos1mem.png http://10.128.40.41:8080/monitorix/imgs/system3z.1week.png
+#curl -o onos1net.png http://10.128.40.41:8080/monitorix/imgs/net01z.1week.png
+#curl -o mininetcpu.png http://10.128.40.50:8080/monitorix/imgs/system1z.1week.png
+#curl -o mininetnet.png http://10.128.40.50:8080/monitorix/imgs/net01z.1week.png
\ No newline at end of file