Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix s1ap federated integ test (missing build) #12609

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ This script will

```bash
cd magma/lte/gatewat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit typo here...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be fixed in #12610.

fab federated_integ_test:build_all=True

# to run it again you can just skip the build_all
# Note that if you changed code on Magma you will need to build_all again
fab federated_integ_test
```

Expand Down
4 changes: 4 additions & 0 deletions docs/readmes/feg/s1ap_federated_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ This script will

```bash
cd magma/lte/gatewat
fab federated_integ_test:build_all=True

# to run it again you can just skip the build_all
# Note that if you changed code on Magma you will need to build_all again
fab federated_integ_test
```

Expand Down