source: nscp/testcases/install-service.xml @ 3f569d3

0.4.00.4.10.4.2stable
Last change on this file since 3f569d3 was 07250b5, checked in by Michael Medin <michael@…>, 6 years ago
  • Property mode set to 100644
File size: 463 bytes
Line 
1<testcase>
2  <id>install-service</id>
3  <component>Core</component>
4  <summary>
5    Test to see that the service can be instlled.
6  </summary>
7  <description>
8    Steps:
9    1. Check that the service is not installed
10    2.  run:
11      {{{
12      nsclient++ /install
13      }}}
14    3.  check that the service is installed
15  </description>
16  <expectedresult>
17    The service should be listed under installed services
18  </expectedresult>
19</testcase>
Note: See TracBrowser for help on using the repository browser.