Skip to content

Commit

Permalink
Move test_env to program/snabbnfv/test_env.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Jun 22, 2015
1 parent 632e0ef commit 11a0658
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 54 deletions.
52 changes: 0 additions & 52 deletions src/program/snabbnfv/README-selftest.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/program/snabbnfv/selftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function load_config {
}

function start_test_env {
if ! source scripts/test_env/test_env.sh; then
if ! source program/snabbnfv/test_env/test_env.sh; then
echo "Could not load test_env."; exit 1
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Load `test_env`:

```
cd snabbswitch/src
source scripts/test_env/test_env.sh
source program/snabbnfv/test_env/test_env.sh
```

To start a Snabb Switch instance using `<pciaddr>`:
Expand Down
File renamed without changes.

0 comments on commit 11a0658

Please sign in to comment.