[pisa-src] r2594 - trunk/tools/testbed/plugins/classes/hipl/update

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 30 May 2011 14:28:37 +0200

Author: richter
Date: Mon May 30 14:28:37 2011
New Revision: 2594

Log:
testbed: include hipfw in testbed updates

Modified:
   trunk/tools/testbed/plugins/classes/hipl/update

Modified: trunk/tools/testbed/plugins/classes/hipl/update
==============================================================================
--- trunk/tools/testbed/plugins/classes/hipl/update     Mon May 30 14:16:43 
2011        (r2593)
+++ trunk/tools/testbed/plugins/classes/hipl/update     Mon May 30 14:28:37 
2011        (r2594)
@@ -9,13 +9,13 @@
                 echo "installing hipl deb"
                 pisa-testbed $NODE install $(ls -t $HIPL_PATH/../hipl-doc*.deb 
| head -1) -c "dpkg -i"
                 pisa-testbed $NODE install $(ls -t 
$HIPL_PATH/../hipl-daemon*.deb | head -1) -c "dpkg -i"
-#                pisa-testbed $NODE install $(ls -t 
$HIPL_PATH/../hipl-firewall*.deb | head -1) -c "dpkg -i"
+                pisa-testbed $NODE install $(ls -t 
$HIPL_PATH/../hipl-firewall*.deb | head -1) -c "dpkg -i"
                 ;;
             opkg|openwrt)
                 echo "installing hipl ipk"
                 pisa-testbed $NODE install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/hipl-common*.ipk | head -1) -c "opkg install"
                 pisa-testbed $NODE install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/hipl-hipd*.ipk | head -1) -c "opkg install"
-#                pisa-testbed $NODE install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/hipl-hipfw*.ipk | head -1) -c "opkg install"
+                pisa-testbed $NODE install $(ls -t 
$OPENWRT_PATH/bin/ar71xx/packages/hipl-hipfw*.ipk | head -1) -c "opkg install"
                 pisa-testbed $NODE run "/etc/init.d/hipd stop"
                 pisa-testbed $NODE run "/etc/init.d/hipd start"
                 ;;
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2594 - trunk/tools/testbed/plugins/classes/hipl/update - Samuel Richter