Add unit tests for edgeos_command (#35861)

This commit is contained in:
Sam Doran 2018-02-14 09:27:03 -05:00 committed by GitHub
commit 97573d8b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 77 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/python
# Copyright: (c) 2017, Ansible Project
# Copyright: (c) 2018, Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)