dakusui / bredxbred

mapreduce in bash
Other
4 stars 1 forks source link

Create environment checker #5

Closed dakusui closed 9 years ago

dakusui commented 9 years ago

Create a small script that checks if the environment is capable of running bashr. It will check

  1. All the hosts are ssh-able without password
  2. All the hosts have required software component
  3. pv
  4. nc.traditional is installed as default of nc
  5. awk
  6. ...
dakusui commented 9 years ago

br-tests.sh, which tests available commands and does basic functionality tests of breds, was implemented. Although it's testing only local environment, for now it's sufficient. For testings of remote environments, another ticket will be created when it becomes necessary.