Skip to content

Commit

Permalink
Rebased code and resolved conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: VinashakAnkitAman <ankit.aman@radisys.com>
  • Loading branch information
VinashakAnkitAman committed Jun 10, 2022
2 parents 01775cc + a06a965 commit 777c348
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
branches:
- master
- 'v1.*'
pull_request:
pull_request_target:
branches:
- master
- 'v1.*'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reviewdog-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
filter_mode: added
reporter: github-pr-review
locale: "US"
exclude: |
nms/yarn.lock
mypy:
needs: files_changed
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 @@ -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
2 changes: 1 addition & 1 deletion orc8r/gateway/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
'protobuf==3.19.0',
'Jinja2>=2.8',
'netifaces>=0.10.4',
'pylint>=1.7.1,<=2.14.0',
'pylint==2.14.0',
'PyYAML>=3.12',
'pytz>=2014.4',
'prometheus_client==0.3.1',
Expand Down

0 comments on commit 777c348

Please sign in to comment.