Add support for ios to ansible-test.
This commit is contained in:
parent
883f7ed197
commit
b5d5888b6e
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
ios/csr1000v
|
||||
junos/vmx
|
||||
junos/vsrx
|
||||
vyos/1.0.5
|
||||
|
|
|
@ -50,6 +50,7 @@ class AnsibleCoreCI(object):
|
|||
'freebsd',
|
||||
'vyos',
|
||||
'junos',
|
||||
'ios',
|
||||
)
|
||||
|
||||
osx_platforms = (
|
||||
|
|
|
@ -75,6 +75,7 @@ class ManageNetworkCI(object):
|
|||
'ansible_port=%s' % self.core_ci.connection.port,
|
||||
'ansible_connection=network_cli',
|
||||
'ansible_ssh_private_key_file=%s' % self.core_ci.ssh_key.key,
|
||||
'ansible_network_os=%s' % self.core_ci.platform,
|
||||
]
|
||||
|
||||
name = '%s-%s' % (self.core_ci.platform, self.core_ci.version.replace('.', '_'))
|
||||
|
|
Loading…
Reference in a new issue