Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankshampi committed Oct 27, 2024
1 parent 24cbf4c commit 597e6ed
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 49 deletions.
1 change: 1 addition & 0 deletions tests-functional/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ class Account:
PACKET_LOSS_CMD = "sudo tc qdisc add dev eth0 root netem loss 50%"
LOW_BANDWIDTH_CMD = "sudo tc qdisc add dev eth0 root tbf rate 1kbit burst 1kbit"
REMOVE_TC_CMD = "sudo tc qdisc del dev eth0 root"
NUM_CONTACT_REQUESTS = 5
3 changes: 0 additions & 3 deletions tests-functional/src/data_storage.py

This file was deleted.

27 changes: 0 additions & 27 deletions tests-functional/src/env_vars.py

This file was deleted.

18 changes: 0 additions & 18 deletions tests-functional/src/libs/websocket_manager.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests-functional/tests/test_contact_request.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import os
from uuid import uuid4
from src.env_vars import NUM_CONTACT_REQUESTS
from constants import *
from src.libs.common import delay
from src.node.status_node import StatusNode, logger
from src.steps.common import StepsCommon
Expand Down

0 comments on commit 597e6ed

Please sign in to comment.