This commit is contained in:
Sean Jenkins 2017-11-06 17:02:53 -07:00
parent 43c81dfdee
commit ed8cccf457
No known key found for this signature in database
GPG key ID: 42A215FB270D94BD

View file

@ -14,6 +14,7 @@ from salttesting.mock import (
patch)
from salttesting.helpers import ensure_in_syspath
from salt.ext.six.moves import range
ensure_in_syspath('../../')
@ -119,7 +120,6 @@ class RhipTestCase(TestCase):
('iface', 'eth', True,
ipv6addrs=['fc00::1/128']), 'A')
def test_build_routes(self):
'''
Test to build a route script for a network interface.