for_loop.sh 130 B

123456
  1. #!/bin/bash
  2. for i in `seq 1 10`; do
  3. # ./test_arista.sh
  4. py.test -s -v test_netmiko_config.py --test_device arista_sw4
  5. done