You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins
Ricardo Carrillo Cruz f9079274e7
Checkpoint httpapi plugin (#49929)
* Add checkpoint httpapi plugin and access rule facts module

* WIP checkpoint_access_rule module

* Add publish and install policy, plus fix empty json object request for publish

* Refactor publish and install_policy onto module_utils

* Add update resource logic

* Add checkpoint_host_facts module

* Return code and response on get_acess_rule function

* Add checkpoint_host module

* Add checkpoint_run_script module

* Add checkpoint_task_facts module

* Show all tasks if no task id is passed

Note, this is only available on v1.3 of Checkpoint WS API

* Add update logic to checkpoint host

* Add full details on get task call

* Add checkpoint httpapi plugin

* Fix pep8

* Use auth instead of sid property and return False on handle_httperror method

* Fix version in docstring

* Remove constructor

* Remove Accept from base headers

* Do not override http error handler and assign Checkpoint sid to connection _auth

There is scaffolding in the base class to autoappend the token, given
it is assigned to connection _send

* Use new connection queue message method instead of display

* Remove unused display

* Catch ValueError, since it's a parent of JSONDecodeError

* Make static methods that are not used outside the class regular methods

* Add missing self to previously static methods

* Fix logout

Was carrying copy pasta from ftd plugin

* Remove send_auth_request

* Use BASE_HEADERS constant

* Simplify copyright header on httpapi plugin

* Remove access rule module

* Remove unused imports

* Add unit test

* Fix pep8

* Add test

* Add test

* Fix pep8
7 years ago
..
action win_updates: Add post search category matching to support product matching (#45708) 7 years ago
cache Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
callback Fix for callback plugins on Python3 when a module returns dictionary keys that aren't strings 7 years ago
cliconf Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
connection Revert "enhance recv calls in network_cli (#47345)" (#47731) 7 years ago
filter ipaddr filter - return a network address when given an address with /32 subnet (#47539) 7 years ago
httpapi Checkpoint httpapi plugin (#49929) 7 years ago
inventory fix constructed functionality in openstack inventory plugin (#48833) 7 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 8 years ago
lookup Fix with_ini example and unittest 7 years ago
shell Add empty-init code-smell script. (#18406) 9 years ago
strategy Save the command line arguments into a global context 7 years ago
terminal Add unit tests for junos terminal (#47103) 7 years ago
vars Add empty-init code-smell script. (#18406) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py Misc typo fixes (#49816) 7 years ago