TF_RUN 311B

12345678910111213141516171819
  1. #!/bin/bash
  2. . "$TF_DIR/include/subtest.sh"
  3. . "$TF_DIR/include/tools.sh"
  4. tf_enum_subtests() {
  5. echo usage
  6. }
  7. tf_do_subtest() {
  8. local name=$1
  9. local cmd
  10. local o_err="oracle/$name.stderr"
  11. case $name in
  12. usage) tf_testflt -n "$name" -E "$o_err" -S 2 satcmd ;;
  13. esac
  14. }
  15. tf_do_subtests