diff options
author | 2024-01-31 08:30:41 +0100 | |
---|---|---|
committer | 2024-02-02 08:30:15 +0100 | |
commit | 440df5e3af8446ddaf1e7ab9ed5abbbe439f9a06 (patch) | |
tree | 13ee8f0a3839b18eff32a1bcab25a6c5baf00364 /src/onaptests/scenario/basic_clamp.py | |
parent | 6a3e189d7fac6ec562f8785c71ed87663ef0c311 (diff) |
Refactor tests to use SDC v2 onapsdk module
Refactored SDC allows to archive and delete SDC resources
Remove unmaintained test basic_clamp
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I11e4be6f4567098b20733879e393c689766a9c6e
Diffstat (limited to 'src/onaptests/scenario/basic_clamp.py')
-rw-r--r-- | src/onaptests/scenario/basic_clamp.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/onaptests/scenario/basic_clamp.py b/src/onaptests/scenario/basic_clamp.py deleted file mode 100644 index e04e372..0000000 --- a/src/onaptests/scenario/basic_clamp.py +++ /dev/null @@ -1,12 +0,0 @@ -"""Basic Clamp test case.""" -from onaptests.scenario.scenario_base import ScenarioBase -from onaptests.steps.loop.clamp import ClampStep - - -class BasicClamp(ScenarioBase): - """Onboard, update a model with a loop, design the loop and deploy it.""" - - def __init__(self, **kwargs): - """Init Basic Clamp, onboard a VM, design and deploy a loop with CLAMP.""" - super().__init__('basic_clamp', **kwargs) - self.test = ClampStep() |