-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create test that scans remote machines and tests known facts #25
Labels
Comments
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. If no config file is found, the fixture quits and config file dependent tests are skipped. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. If no config file is found, the fixture quits and config file dependent tests are skipped. Updated docs to include new `remote` module. Closes quipucords#24 and quipucords#25
kdelee
added a commit
to kdelee/camayoc
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. If no config file is found, the fixture quits and config file dependent tests are skipped. Closes quipucords#24 Closes quipucords#25
kdelee
added a commit
that referenced
this issue
Sep 15, 2017
Includes a session-level fixture to turn on machines before tests run and turn them off at end of session. The scan test is parameterized on the profiles listed in config file, and runs once per profile. In each profile, all hosts have known facts compared to collected facts. If no config file is found, the fixture quits and config file dependent tests are skipped. Closes #24 Closes #25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a test that is parametrized on the profiles that are specified in the config file.
For each profile, run a scan.
Then, for each host with known facts in the profile, test known facts.
A critical feature that these tests must provide is a sensible mapping of errors to the hosts that caused the error. A naive implementation could easily produce unintelligible results.
This issue will use the same config file format as #24 and depends on #24 to be completed to work.
The text was updated successfully, but these errors were encountered: