Remove old bash scripts

Change-Id: I3e3388e168abae307591d9991c35e975becfdaa3
diff --git a/jjb/OnosSystemTest/cho-post-sdn.sh b/jjb/OnosSystemTest/cho-post-sdn.sh
deleted file mode 100644
index 150eb19..0000000
--- a/jjb/OnosSystemTest/cho-post-sdn.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-export PYTHONPATH=/home/sdn/TestON:/home/sdn/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
diff --git a/jjb/OnosSystemTest/cho-post.sh b/jjb/OnosSystemTest/cho-post.sh
deleted file mode 100644
index 586ad1f..0000000
--- a/jjb/OnosSystemTest/cho-post.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/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