Beispiel #1
0
    def oneconvergence_init(self):
        """Initialize the connections and set the log levels for the plugin."""

        self.nvsdlib = nvsd_lib.NVSDApi()
        self.nvsdlib.set_connection()
Beispiel #2
0
 def setUp(self):
     super(TestNVSDApi, self).setUp()
     self.nvsdlib = nvsdlib.NVSDApi()