Skip to content

Commit

Permalink
Merge pull request #1249 from MetPX/issue1240
Browse files Browse the repository at this point in the history
add ncftp client to basic vm config... might fix some flow tests.
  • Loading branch information
petersilva authored Oct 7, 2024
2 parents 28ac519 + 4a4b4ea commit 26799fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions travis/flow_autoconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ sudo apt -y install python3-setuptools python3-magic python-setuptools python3-p
sudo apt -y install metpx-libsr3c metpx-libsr3c-dev metpx-sr3c
sudo apt -y install metpx-libsr3c metpx-libsr3c-dev metpx-sr3c
sudo apt -y install erlang-nox erlang-diameter erlang-eldap findutils git librabbitmq4 net-tools openssh-client openssh-server python3-pip rabbitmq-server xattr wget
sudo apt -y install wget ncftp


${pip_install} -U pip

Expand Down
2 changes: 1 addition & 1 deletion travis/flow_autoconfig_redhat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo dnf install -y python3-setuptools python3-magic
#sudo apt -y install metpx-libsr3c metpx-libsr3c-dev metpx-sr3c

sudo dnf install -y erlang findutils git librabbitmq net-tools python3-pip rabbitmq-server
sudo dnf install -y wget
sudo dnf install -y wget ncftp

sudo dnf install -y python3-devel
sudo dnf install -y rpmdevtools rpmlint lsb_release
Expand Down

0 comments on commit 26799fc

Please sign in to comment.