From 5118c034e91da433212f6959307d5795414cf26e Mon Sep 17 00:00:00 2001 From: ggeorgea Date: Wed, 5 Jul 2023 14:38:17 -0400 Subject: [PATCH] Removing duplicate functions introduced during merged. --- nmostesting/suites/IS1101Test.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/nmostesting/suites/IS1101Test.py b/nmostesting/suites/IS1101Test.py index 3f48b163..4679ef23 100644 --- a/nmostesting/suites/IS1101Test.py +++ b/nmostesting/suites/IS1101Test.py @@ -92,21 +92,6 @@ def __init__(self, apis, **kwargs): self.constraints = {} self.is11_utils = IS11Utils(self.compat_url) - def build_constraints_active_url(self, sender_id): - return self.compat_url + "senders/" + sender_id + "/constraints/active/" - - def build_sender_status_url(self, sender_id): - return self.compat_url + "senders/" + sender_id + "/status/" - - def set_up_tests(self): - self.senders = self.is11_utils.get_senders() - self.receivers = self.is11_utils.get_receivers() - self.inputs = self.is11_utils.get_inputs() - self.outputs = self.is11_utils.get_outputs() - - self.state_no_essence = "no_essence" - self.state_awaiting_essence = "awaiting_essence" - def remove_last_slash(self, id): """ Check if the id comes with a slash at the end or not. If yes, the slash will be remove.