Skip to content

Commit

Permalink
docs: Comment out TODOs (magma#12959)
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Voisey <cameron.voisey@tngtech.com>
  • Loading branch information
voisey authored and emakeev committed Aug 5, 2022
1 parent 6fcf951 commit ac9cdd4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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

0 comments on commit ac9cdd4

Please sign in to comment.