Skip to content

cmu-mars/RoboTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RoboTest

The test infrastructure contains test assitant and test harness.

Building the system under test

  1. Pull down cmumars/cp1_base

  2. Build cmumars/p3-cp1_rb:

    cd rainbow-planner
    docker build -t cmumars/p3-cp1_rb .

Building test assistant and test harness

  1. Build cmumars/cp1_ta:

    cd ta
    docker build -t cmumars/cp1_ta .
  2. Build cmumars/cp1_th:

    cd th
    docker build -t cmumars/cp1_th .

Create a test set

  1. Create test spectifications by using 'th/generate_test_set.py' and have them placed in the directory, 'th/tests'

Run these tests

  1. Save logs to AWS S3 bucket
    export AWS_ACCESS_KEY=<...> AWS_SECRET_ACCESS_KEY=<...>
    cd th
    CUR_EVAL_ID=<...> S3_PATH=<...> ./test_run.sh | tee stdout.log

About

An infrastructure for end-to-end robot mission test where perturbations will be placed automatically during the mission.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published