Skip to content

Commit

Permalink
fix(ci): REVERT ME - edit/add/delete py files for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Semmelrock <nils.semmelrock@tngtech.com>
  • Loading branch information
nstng committed Apr 28, 2022
1 parent 744f6f0 commit 71a8bde
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 171 deletions.
25 changes: 25 additions & 0 deletions lte/gateway/python/magma/kernsnoopd/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,28 @@
See the License for the specific language governing permissions and
limitations under the License.
"""


import unittest
from socket import AF_INET, AF_INET6, htons

from magma.kernsnoopd.handlers

















import ByteCounter
from unittest.mock import MagicMock
171 changes: 0 additions & 171 deletions lte/gateway/python/magma/kernsnoopd/tests/byte_counter_tests.py

This file was deleted.

23 changes: 23 additions & 0 deletions lte/gateway/python/magma/kernsnoopd/tests/new_file.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import unittest
from socket import AF_INET, AF_INET6, htons

from magma.kernsnoopd.handlers

















import ByteCounter
from unittest.mock import MagicMock

0 comments on commit 71a8bde

Please sign in to comment.