ansible/test
Chris Van Heuveln 2f34318ceb Remove timeout parameter from prepare_nxos_tests (#63963)
The error below occurs when attempting to run `ansible-playbook` with nxos regression tests.

```
fatal: [dt-n9k5-1.cisco.com]: FAILED! => {
    "changed": false,
    "invocation": {
        "module_args": {
            "commands": [
                "show interface brief | json"
            ],
            "timeout": 60
        }
    },
    "msg": "Unsupported parameters for (nxos_command) module: timeout Supported parameters include: commands, interval, match, provider, retries, wait_for"
}
```

This error appears to be a result of https://github.com/ansible/ansible/pull/62625, but that has not been verified.
2019-11-06 15:42:12 +05:30
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 2019-08-24 11:38:30 -07:00
integration Remove timeout parameter from prepare_nxos_tests (#63963) 2019-11-06 15:42:12 +05:30
legacy Sanity test fixups - AWS related tests (#64093) 2019-10-30 09:48:59 -07:00
lib/ansible_test Fix ansible-test collections sanity import test. (#64467) 2019-11-05 16:06:57 -08:00
sanity Sanity test fixups for AWS ec2 modules (#64230) 2019-11-04 18:39:31 +00:00
units nxos_hsrp_interfaces: new module (#61498) 2019-11-06 15:40:39 +05:30
utils Increase unit test timeout in CI. 2019-11-01 17:16:07 -07:00