mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-08-23 14:45:11 +00:00
napalm 2
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
import unittest
|
||||
|
||||
from napalm_vyos import vyos
|
||||
from napalm_base.test.base import TestConfigNetworkDriver
|
||||
from napalm.base.test.base import TestConfigNetworkDriver
|
||||
|
||||
|
||||
class TestConfigVyOSDriver(unittest.TestCase, TestConfigNetworkDriver):
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
from builtins import super
|
||||
|
||||
import pytest
|
||||
from napalm_base.test import conftest as parent_conftest
|
||||
from napalm.base.test import conftest as parent_conftest
|
||||
|
||||
from napalm_base.test.double import BaseTestDouble
|
||||
from napalm_base.utils import py23_compat
|
||||
from napalm.base.test.double import BaseTestDouble
|
||||
from napalm.base.utils import py23_compat
|
||||
|
||||
from napalm_vyos import vyos
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""Tests for getters."""
|
||||
|
||||
from napalm_base.test.getters import BaseTestGetters
|
||||
from napalm.base.test.getters import BaseTestGetters
|
||||
|
||||
|
||||
import pytest
|
||||
|
||||
Reference in New Issue
Block a user