Commit 3422a591 authored by Rohit Gupta's avatar Rohit Gupta

updated for additional packages for autotest framework

parent f1304ee2
...@@ -279,7 +279,8 @@ check_install_oai_software() { ...@@ -279,7 +279,8 @@ check_install_oai_software() {
xmlstarlet \ xmlstarlet \
python-pip \ python-pip \
pydb \ pydb \
wvdial wvdial \
python-numpy
$SUDO update-alternatives --set liblapack.so /usr/lib/atlas-base/atlas/liblapack.so $SUDO update-alternatives --set liblapack.so /usr/lib/atlas-base/atlas/liblapack.so
if [ `lsb_release -rs` = '12.04' ] ; then if [ `lsb_release -rs` = '12.04' ] ; then
install_nettle_from_source install_nettle_from_source
...@@ -291,6 +292,8 @@ check_install_oai_software() { ...@@ -291,6 +292,8 @@ check_install_oai_software() {
$SUDO pip install pyroute2 $SUDO pip install pyroute2
) > $log_file 2>&1 ) > $log_file 2>&1
install_asn1c_from_source install_asn1c_from_source
$SUDO rm -fr /opt/ssh
$SUDO git clone https://gist.github.com/2190472.git /opt/ssh
} }
install_asn1c_from_source(){ install_asn1c_from_source(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment