inspec/test/fixtures/cmd
Vasundhara Jagdale 183d09c534
Adds podman resources. (#6183)
* CFINSPEC-368 Adds podman resource. Adds PodmanContainerFilter to handle podman.containers plural resource

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Fix lint errors

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Adds style simple to the filter table fields to flatten the array

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-368 Updated podman resource to work with podman images plural resource

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-368 Updated podman resource to work with podman networks plural resource

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-368 Updated podman resource to work with podman pods  plural resource

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-368 Updated podman resource to work with info and version parameter

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-368 Updated podman resource to work  with podman volumes plural resource. Also updated the docs to add pods, networks and other resource parameters details.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-368 Updated podman resource to aspect object id to verify values of specified Podman object.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Updated docs

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Updated column names to keep them same as the field names

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Adds style simple to commands column for podman containers plural resource

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-360 Adds podman_container resource. Adds podman_object module

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Fixed the require path

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Fixed deprecation warning in unit test

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Fixed indentation issue in the docs.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Renamed the methods names

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Adds skip resource test

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Updated podman.images to fetch only high level information as using query with low level information does not have required fields and represents the data in different way.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* added method to parse command which uses format option to fetch specific placeholders

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Update the podman,containers to fetch only high level information

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Update podman.networks to fetch only hight level information

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Removed style for where it is not required

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Lint fix and some code improvisation

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* It turn out to be the docker object module can be utilized but still there is scope to rename that module to generic and not specific if going to use with other container management tools

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Missing file in earlier commit

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Content Review

Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>

* CFINSPEC-361: Test for podman_image matchers and properties

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Add podman_image matchers and properties

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Documentation for podman_image matchers and properties

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Fix Rubocop lint issues

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Test for more properties

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Add more podman_image properties

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Documentation for podman_image properties

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Test for low-level information of image

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Add inspec_info property to test low-level info

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Documentation for inspec_info property

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Modify resource id to avoid dependency on other methods

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Decouple podman_image from podman plural resource

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Modify unit test and reqd fixtures

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Handle nil scenario of inspect_info

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Add missing property: id

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Update documentation

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Rename method and attribute name as suggested

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Add stderr message in exception

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Remove comment

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-361: Move json_key mapping to a method

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* Content Review

Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>

* CFINSPEC-361: Remove exception and add nil

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* CFINSPEC-351: failing tests for podman_network resource

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* CFINSPEC-351 Adds podman_network resource properties

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Fixed typo in the test

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Refactored the code for podman_image to handle non exisiting image and for creating dynamic methods for properties

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Uncommented the image test

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Update the example for podman_network

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Missing test fixture file

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Adds doc for podman_network resource

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Doc Review

Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>

* Adds module for podman to group all common methods

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Updated code to match the stderr string for non existing image and network. Also added the test for the same. Added code comments.

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* TEST: Add failing test for podman_volume (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* RESOURCE: Add podman_volume properties & matcher (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* TEST: Add mock cmds and fixtures for test to pass (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* DOCS: Update documentation for podman_volume (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* TEST: Add failing test for podman_pod (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* RESOURCE: Add podman_pod properties & matcher (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* TEST: Add mock cmds and fixtures for test to pass (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* DOCS: Update documentation for podman_pod (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* DOCS: Update properties of podman_volume (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* LINT: Remove trailing whitespaces (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* REFACTOR: Extend existing fixture, remove new fixtures (CFINSPEC-351)

Signed-off-by: Sonu Saha <sonu.saha@progress.com>

* Content Review

Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>

Co-authored-by: Deepa Kumaraswamy <dkumaras@progress.com>
Co-authored-by: Sonu Saha <sonu.saha@progress.com>
2022-08-04 09:13:45 -04:00
..
$env-computername Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
$env-PATH Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
adsigroups Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
adsiusers Fix tests 2019-11-14 21:22:07 -08:00
apk-info Fix: Alpine packages list command to only list installed packages 2021-12-13 16:02:18 +05:30
apk-info-cmd Latest package info test cases for resource 2021-12-21 16:40:58 +05:30
apk-info-grep-git Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
apt-list-curl Latest package info test cases for resource 2021-12-21 16:40:58 +05:30
auditctl Fix auditd resource processing of action and list 2019-12-12 17:38:47 -05:00
auditctl-l CFINSPEC-78: Complete unit test for the resource 2022-04-19 09:33:07 +05:30
auditctl-legacy Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
auditctl-s Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
auditctl-s-enabled CFINSPEC-78: Add unit test for be_enabled and be_running 2022-04-19 09:33:01 +05:30
auditctl-s-pid CFINSPEC-78: Add unit test for be_enabled and be_running 2022-04-19 09:33:01 +05:30
auditpol Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
authorized-keys-mock CFINSPEC-94: Add unit test for introduced matchers and properties 2022-03-29 04:53:24 +05:30
brew-info--json-v1-curl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
brew-info--json-v1-nginx Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
brew-info-jq Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
cassandra-connection-error Add support for Cassandra DB resources 2021-09-30 16:09:08 +05:30
cassandra-connection-success Add support for Cassandra DB resources 2021-09-30 16:09:08 +05:30
cgget-n-a CFINSPEC-73: Add unit test and relevant files for cgroup 2022-03-23 08:40:34 +05:30
cgget-n-r CFINSPEC-73: Add unit test and relevant files for cgroup 2022-03-23 08:40:34 +05:30
cgget-n-r-stat CFINSPEC-73: Add unit test and relevant files for cgroup 2022-03-23 08:40:34 +05:30
chage-l-root Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
choco-list-nssm Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
crontab-foouser Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
crontab-root Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
crontab-special Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
df-PT Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dig-A-example.com Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dig-AAAA-example.com Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dism-iis-webserver Fix the lint and failing test for windows_feature resource 2021-05-15 16:56:53 +05:30
docker-images Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
docker-info Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
docker-inspec Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
docker-inspect CFINSPEC-85: Handle multiple mounts for docker container 2022-03-24 10:51:06 +05:30
docker-inspect-e CFINSPEC-85: Unit test for no mounted volumes and non existing container 2022-03-24 22:24:27 +05:30
docker-inspect-image CFINSPEC-86: Add unit test for docker_image inspect attributes 2022-03-23 23:12:09 +05:30
docker-plugin-ls Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
docker-ps-a Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
docker-service-ls Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
docker-version Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dpkg-query-W Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dpkg-s-curl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dpkg-s-held-package Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dscacheutil-query-group Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
dscl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
elasticsearch-cluster-auth Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
elasticsearch-cluster-no-ssl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
elasticsearch-cluster-nodes-default Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
elasticsearch-cluster-url Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
env Add support for Cassandra DB resources 2021-09-30 16:09:08 +05:30
etc-apt Improve apt.rb's read_debs 2020-08-17 11:38:40 +02:00
fetch-cassandra-conf-in-windows Add support for Cassandra DB resources 2021-09-30 16:09:08 +05:30
fetch-oracle-listener-in-windows Review changes - Fetching listener file using env variable 2021-06-29 14:43:56 +05:30
find-apache2-conf-enabled Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-apache2-conf-enabled-link Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-apache2-ports-conf Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-etc-rc-d-name-S Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-httpd-conf-enabled-link Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-httpd-ssl-conf Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-httpd-status-conf Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-net-interface Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-nginx-conf Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-nginx-confd-multiple-conf Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-nginx-mime-types Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-nginx-proxy-conf Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-nginx-quotesd-example-conf Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
find-xinetd.d Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd--get-active-zones Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd--get-default-zone Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd--get-zones Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd--service-enabled-in-zone Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd--state Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd-get-target Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-has-port-enabled-in-zone Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd-has-rule-enabled Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd-list-forward-ports Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-list-icmp-blocks Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-list-ports Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-list-protocols Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-list-rich-rules Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-list-source-ports Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-query-icmp-block-inversion Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-query-masquerade Update firewalld resource to include more properties 2021-07-08 16:50:48 -04:00
firewall-cmd-service-ports-enabled-in-zone Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd-service-protocols-enabled-in-zone Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd-services-bound Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
firewall-cmd-sources-bound Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
gem-list-local-a-q-chef-sugar Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
gem-list-local-a-q-json Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
gem-list-local-a-q-knife-backup Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
gem-list-local-a-q-not-installed Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
gem-list-local-a-q-pry Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
gem-list-local-a-q-rubocop Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-cfg-var CFINSPEC-81: Add unit test for php_config 2022-05-17 12:51:42 +05:30
get-item-property-package Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-net-tcpconnection Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
Get-NetAdapter Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-netadapter-binding-bridge Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
Get-NetAdapter-Name Add an heuristic-based IP lookup property 2020-06-18 15:37:19 -04:00
Get-NetIPAddress Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-package-firefox Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-package-ruby Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-pkg-versions Test fixes 2021-12-22 13:48:07 +05:30
get-process_processes CFINSPEC-291: Add windows test for process without path 2022-06-08 18:28:02 +05:30
get-service-dhcp Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-timezone Added windows platform support for timezone resource 2021-12-07 18:16:46 +05:30
get-windows-feature Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-windows-feature-iis-webserver Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-windows-pip-package Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-wmiobject Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
get-wmiobject-filesystem Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
getent-ahosts-example.com Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
getent-passwd-jfolmer Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
getent-passwd-root Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
getent-shadow-mock CFINSPEC-94: Add unit test for introduced matchers and properties 2022-03-29 04:53:24 +05:30
host-AAAA-example.com Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
hostname Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
hpux-netstat-inet Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
hpux-netstat-inet6 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-basic-auth Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-head-request Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-headers Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-max-redirs Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-no-options Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-options-request Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-params Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-remote-post Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
http-windows-remote-head Adds windows support for http resource. Adopted PR #5280. Updated the code to handle post request, 2021-10-13 18:26:38 +05:30
http-windows-remote-no-options fixed tests 2021-03-07 23:58:50 -08:00
ibmdb2_conf_output Fix the command to query on the database 2021-09-01 18:06:16 +05:30
ibmdb2_query_output Fix the command to query on the database 2021-09-01 18:06:16 +05:30
id-chartmann Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
id-fzipi fix(osfamily): use corresponding family or name for bsd/freebsd 2020-07-22 08:43:25 -03:00
id-jfolmer Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
id-root Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ifconfig-a Barebones plural interfaces resource 2020-06-18 15:37:19 -04:00
ifconfig-em0 Add an heuristic-based IP lookup property 2020-06-18 15:37:19 -04:00
ifconfig-en0 Adds support for interface on BSD and MacOS 2020-06-18 15:37:19 -04:00
ifconfig-lo0 Add an heuristic-based IP lookup property 2020-06-18 15:37:19 -04:00
iis-default-app-pool Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
iis-default-web-site Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
initctl--version Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
initctl-status-ssh Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
interface-addresses-4 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
interface-addresses-6 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ip6tables-s Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ipfstat-io CFINSPEC-66 : Add Ipfilter resource 2022-03-03 13:37:34 -05:00
ipnat-l CFINSPEC-77 : Add ipnat resource 2022-03-03 13:16:28 -05:00
iptables-s Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
kb4019215 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
launchctl-list Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
logins-x Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ls-1-etc-init.d Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ls-sys-class-net Add an heuristic-based IP lookup property 2020-06-18 15:37:19 -04:00
ls-sys-class-net-br Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
lsattr-output CFINSPEC-87: Add unit test for new matcher & properties 2022-04-13 13:24:58 +05:30
lsmod Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
lsof-nP-i-FpctPn Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
lxcinfo CFINSPEC-79: Add unit test and its related changes for lxc resource 2022-03-16 15:34:47 +05:30
mail-alias CFINSPEC-80: Define aliased_to matcher and add unit test 2022-03-30 17:26:15 +05:30
manufacturer Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
model Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
model_darwin Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
modinfo-f-version-dhcp Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
modprobe-config Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
mongodb-version Add mongodb_conf resource to InSpec 2021-06-14 18:17:05 +05:30
monit-summary CFINSPEC-93: Extend unit test for introduced matchers 2022-04-12 10:51:58 +05:30
mount Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
mount-multiple Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
mount-whitespaces Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
mssql-getdate Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
mssql-multiline-result Fix for parsing faulty multiline results 2021-12-24 16:41:53 +05:30
mssql-result Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
mssql-sqlcmd Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
netstat-aan Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
netstat-anbo-pipe-select-string-pattern.utf8 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
netstat-rn-linux CFINSPEC-83: Add unit test and associated changes 2022-04-06 21:11:48 +05:30
netstat-tulpen Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
netstat-tulpen-busybox Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
nginx-v Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
npm-g-ls--json-bower Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
npm-ls--json-bower Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
opa-api-empty-result test fixturs files for opa_api and opa_cli resource 2021-09-22 16:27:15 +05:30
opa-api-result Adds unit test for opa_api and opa_cli resource 2021-07-19 14:44:47 +05:30
opa-empty-result test fixturs files for opa_api and opa_cli resource 2021-09-22 16:27:15 +05:30
opa-result Adds unit test for opa_api and opa_cli resource 2021-07-19 14:44:47 +05:30
oracle-cmd Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
oracle-empty-result Oracle session resource fix when empty results and zero rows 2022-03-22 17:05:31 +05:30
oracle-error Missing oracle-error file added for testing 2021-06-24 00:13:04 +05:30
oracle-nil-result Oracle session fix when nil in query output 2021-11-30 16:25:31 +05:30
oracle-result update unit test 2020-02-12 18:17:04 +00:00
pacman-qi-curl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pacman-ss-grep-curl Latest package info test cases for resource 2021-12-21 16:40:58 +05:30
perl-print-version Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
perl-print-version-not-installed Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ping-example.com Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pip-show-django Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pip-show-jinja2 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pip-show-non-standard-django Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pkg-info-firewalld Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pkg-info-system-file-system-zfs Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pkg-info-vim-console Add suport for freebsd package resource 2019-12-17 08:39:43 -03:00
pkg-version-grep-vim-console Latest package info test cases for resource 2021-12-21 16:40:58 +05:30
pkginfo-l-SUNWzfsr Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
podman-errors Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-images-a Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-info Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-inspec Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-inspect-info Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-network Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-network-ls Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-pod-inspect Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-pod-ps Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-ps-a Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-version Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-volume-inspect Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
podman-volume-ls Adds podman resources. (#6183) 2022-08-04 09:13:45 -04:00
ps-axo CFINSPEC-92: Add unit test for introduced matcher & property 2022-04-20 21:18:27 +05:30
ps-axoZ Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ps-busybox Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ps-help-busybox Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
psql-connection-error CFINSPEC-154: Updates postgres_session resource to raise exception only in case of connection and authentication error and allow any errors in query to be fetched using output property(keeping earlier behaviour). 2022-03-22 15:12:44 +05:30
psql-password-authentication-error CFINSPEC-154: Updates postgres_session resource to raise exception only in case of connection and authentication error and allow any errors in query to be fetched using output property(keeping earlier behaviour). 2022-03-22 15:12:44 +05:30
psql-query-error CFINSPEC-154: Updates postgres_session resource to raise exception only in case of connection and authentication error and allow any errors in query to be fetched using output property(keeping earlier behaviour). 2022-03-22 15:12:44 +05:30
psql-version Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
pw-usershow-fzipi-7 fix(osfamily): use corresponding family or name for bsd/freebsd 2020-07-22 08:43:25 -03:00
r-print-version Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
r-print-version-not-installed Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
reg_schedule Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
Resolve-DnsName Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
Resolve-DnsName-ipv6 CFINSPEC-90: Correct existing unit test for windows to include ipv6 address 2022-05-07 00:22:12 +05:30
rmsock-f0001 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
rmsock-f0002 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
rpm-qa-queryformat Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
rpm-qi-curl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
s11-netstat-an-finet-finet6 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
sbin_sysctl Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
sbin_sysctl_all Added kernel parameters resource 2021-12-31 14:57:57 +05:30
schtasks-error Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
schtasks-success Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
schtasks-success-multiple-triggers Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
schtasks-success-single-trigger Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
secedit-export Fix for security_policy resource does not return array for local groups 2021-08-27 18:34:25 +05:30
security-identifier-alice Removed use of wmic from security_identifier resource as it will be deprecated soon 2021-08-30 12:47:03 +05:30
security-identifier-guests Removed use of wmic from security_identifier resource as it will be deprecated soon 2021-08-30 12:47:03 +05:30
security-identifier-unknown Removed use of wmic from security_identifier resource as it will be deprecated soon 2021-08-30 12:47:03 +05:30
security-policy-sid-translated Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
security-policy-sid-untranslated Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
semanage-boolean Adds policy property, unit test and documentation for modules and booleans 2021-04-22 11:40:32 +05:30
semodule-lfull Adds policy property, unit test and documentation for modules and booleans 2021-04-22 11:40:32 +05:30
service-e Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
service-l Add service -l mock called in FreeBSD10Init info 2022-04-11 19:37:02 +05:30
service-sendmail-enabled Fix FreeBSD service enabled check substring edge-case 2021-10-13 08:57:51 +01:00
service-sendmail-onestatus Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
service-sshd-status Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
sestatus Add selinux resource with basic features support 2021-04-21 11:43:02 +05:30
sh -c type psql make command.exist? POSIX conform 2020-01-19 00:05:33 +01:00
sh-c-type-curl make command.exist? POSIX conform 2020-01-19 00:05:33 +01:00
sh-c-type-nginx make command.exist? POSIX conform 2020-01-19 00:05:33 +01:00
sockstat Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
ss-tulpen Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
success Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
swlist-l-product Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
systemctl-is-enabled-apache2-stderr Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
systemctl-show-all-apache2 Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
systemctl-show-all-dbus Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
systemctl-show-all-sshd Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
Test-NetConnection Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
timedatectl-timezone Implemented timezone resource to test timezone configuration values 2021-12-06 14:38:15 +05:30
windows_file_inherit_output Adds property file_permissions and be_inherit matcher to the file resource for Windows. 2022-01-12 15:26:40 +05:30
x509-certificate-modulus CFINSPEC-84: Add unit test for x509_private_key 2022-04-27 15:59:40 +05:30
x509-crt-purpose CFINSPEC-95: Add unit test for new matchers & properties 2022-05-06 15:55:16 +05:30
yum-centos7-repolist-all Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
yum-centos8-repolist-all Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
yum-list-curl Latest package info test cases for resource 2021-12-21 16:40:58 +05:30
zfs-get-all-tank-tmp Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
zfs-which Support zfs_pool and zfs_dataset resources on Linux. Handled #5075. Signed-off-by: @kannanr <kannaa.ram@gmail.com> 2021-05-15 12:18:39 +05:30
zpool-get-all-tank Moved test/unit/mock/* to test/fixtures 2019-11-08 16:29:03 -08:00
zpool-which Support zfs_pool and zfs_dataset resources on Linux. Handled #5075. Signed-off-by: @kannanr <kannaa.ram@gmail.com> 2021-05-15 12:18:39 +05:30