Committed by
Gerrit Code Review
Adding onos-app and onos-create-app to the test tarball produced by onos-package-test.
Change-Id: I03bce9f1668dc9dae3dd655dffc4cbd3f23eb9f5
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -15,12 +15,13 @@ rm -fr $ONOS_TEST_STAGE # Remove this when package script is completed | ... | @@ -15,12 +15,13 @@ rm -fr $ONOS_TEST_STAGE # Remove this when package script is completed |
| 15 | 15 | ||
| 16 | # Create the stage directory and warp into it | 16 | # Create the stage directory and warp into it |
| 17 | mkdir -p $ONOS_TEST_STAGE/tools/test \ | 17 | mkdir -p $ONOS_TEST_STAGE/tools/test \ |
| 18 | - $ONOS_TEST_STAGE/tools/dev \ | 18 | + $ONOS_TEST_STAGE/tools/dev/bin \ |
| 19 | $ONOS_TEST_STAGE/tools/build \ | 19 | $ONOS_TEST_STAGE/tools/build \ |
| 20 | $ONOS_TEST_STAGE/tools/package/config | 20 | $ONOS_TEST_STAGE/tools/package/config |
| 21 | 21 | ||
| 22 | cp -r $ONOS_ROOT/tools/test $ONOS_TEST_STAGE/tools | 22 | cp -r $ONOS_ROOT/tools/test $ONOS_TEST_STAGE/tools |
| 23 | cp $ONOS_ROOT/tools/dev/bash_profile $ONOS_TEST_STAGE/tools/dev | 23 | cp $ONOS_ROOT/tools/dev/bash_profile $ONOS_TEST_STAGE/tools/dev |
| 24 | +cp $ONOS_ROOT/tools/dev/bin/onos-app $ONOS_ROOT/tools/dev/bin/onos-create-app $ONOS_TEST_STAGE/tools/dev/bin | ||
| 24 | cp $ONOS_ROOT/tools/build/envDefaults $ONOS_TEST_STAGE/tools/build | 25 | cp $ONOS_ROOT/tools/build/envDefaults $ONOS_TEST_STAGE/tools/build |
| 25 | 26 | ||
| 26 | cd $ONOS_TEST_STAGE_ROOT | 27 | cd $ONOS_TEST_STAGE_ROOT | ... | ... |
-
Please register or login to post a comment