From 42af6fa2ef682d28d12952831aa0c74fd647daad Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Sat, 1 Aug 2020 22:12:02 +0530 Subject: SDV: Reorganize subprojects This patch reorganizes the subprojects. Pylint Fixes. Additional Configurations Signed-off-by: Sridhar K. N. Rao Change-Id: I021f33f035d7b2dcfded230ca40337afdac183e8 --- sdv/NwLinksValid/nwlinksvalidator.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sdv/NwLinksValid/nwlinksvalidator.py') diff --git a/sdv/NwLinksValid/nwlinksvalidator.py b/sdv/NwLinksValid/nwlinksvalidator.py index 5e06590..314567b 100644 --- a/sdv/NwLinksValid/nwlinksvalidator.py +++ b/sdv/NwLinksValid/nwlinksvalidator.py @@ -29,10 +29,6 @@ class INwLinksValidator(): """ Default Validation values """ return True - def validate_compute_node_links(self): + def validate(self): """ Validating Compute Node Links""" raise NotImplementedError('Please call an implementation.') - - def validate_control_node_links(self): - """ Validating Controller Node Links""" - raise NotImplementedError('Please call an implementation.') -- cgit 1.2.3-korg