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: Comment out TODOs #12959

Merged
merged 1 commit into from
Jun 10, 2022
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 @@ -135,7 +135,7 @@ as follows:
From within the gdb shell, `bt` command will display the backtrace for the
segmentation fault.

TODO: add steps to read coredumps from python services
<!-- TODO: add steps to read coredumps from python services -->

### Running MME with gdb
If you need to debug MME with gdb, make sure all the services that it is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ original_id: s1ap_tests
Current testing workflow for VM-only S1AP integration tests. We cover
gateway-only tests and some general notes.

TODO: Update this document once integration tests with cloud are also supported
<!-- TODO: Update this document once integration tests with cloud are also supported -->

Our VM-only tests use 3 Vagrant-managed VMs hosted on the local device (laptop):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ as follows:
From within the gdb shell, `bt` command will display the backtrace for the
segmentation fault.

TODO: add steps to read coredumps from python services
<!-- TODO: add steps to read coredumps from python services -->

### Running MME with gdb
If you need to debug MME with gdb, make sure all the services that it is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ as follows:
From within the gdb shell, `bt` command will display the backtrace for the
segmentation fault.

TODO: add steps to read coredumps from python services
<!-- TODO: add steps to read coredumps from python services -->

### Running MME with gdb
If you need to debug MME with gdb, make sure all the services that it is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ as follows:
From within the gdb shell, `bt` command will display the backtrace for the
segmentation fault.

TODO: add steps to read coredumps from python services
<!-- TODO: add steps to read coredumps from python services -->

### Running MME with gdb
If you need to debug MME with gdb, make sure all the services that it is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ as follows:
From within the gdb shell, `bt` command will display the backtrace for the
segmentation fault.

TODO: add steps to read coredumps from python services
<!-- TODO: add steps to read coredumps from python services -->

### Running MME with gdb
If you need to debug MME with gdb, make sure all the services that it is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subscriber, APN, policy rules, etc.). If an Orc8r is connected, these configurat
would be overwritten periodically and also lead to restart of services, both of which will
interfere with the test scenario.

TODO: Update this document once integration tests with cloud are also supported
<!-- TODO: Update this document once integration tests with cloud are also supported -->

Our VM-only tests use 3 Vagrant-managed VMs hosted on the local device (laptop):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ as follows:
From within the gdb shell, `bt` command will display the backtrace for the
segmentation fault.

TODO: add steps to read coredumps from python services
<!-- TODO: add steps to read coredumps from python services -->

### Running MME with gdb

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ subscriber, APN, policy rules, etc.). If an Orc8r is connected, these configurat
would be overwritten periodically and also lead to restart of services, both of which will
interfere with the test scenario.

TODO: Update this document once integration tests with cloud are also supported
<!-- TODO: Update this document once integration tests with cloud are also supported -->

Our VM-only tests use 3 Vagrant-managed VMs hosted on the local device (laptop):

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/lte/dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ as follows:
From within the gdb shell, `bt` command will display the backtrace for the
segmentation fault.

TODO: add steps to read coredumps from python services
<!-- TODO: add steps to read coredumps from python services -->

### Running MME with gdb

Expand Down
2 changes: 1 addition & 1 deletion docs/readmes/lte/s1ap_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subscriber, APN, policy rules, etc.). If an Orc8r is connected, these configurat
would be overwritten periodically and also lead to restart of services, both of which will
interfere with the test scenario.

TODO: Update this document once integration tests with cloud are also supported
<!-- TODO: Update this document once integration tests with cloud are also supported -->

Our VM-only tests use 3 Vagrant-managed VMs hosted on the local device (laptop):

Expand Down