From Fedora Project Wiki
{{QA/Test_Case |description=This test case checks that a Rolekit role can be successfully enabled, started and queried after a Fedora Server installation, as required in the Server/Technical_Specification. |setup=
- Install the Fedora Server release you wish to test, in graphical or text mode, making as few choices as possible and making the most simple and obvious choices where a choice is required.
|actions=
- Create a configuration file with the minimum required settings for the role (domaincontroller instructions can be found here)
- Deploy the role with
{{{1}}}
- Start the role with
rolectl start (instancename)
- Query the role with
rolectl status (instancename)
androlectl settings (instancename)}
- If possible, attempt to interact with the role in expected ways - for example, if it is a database server, attempt to connect to it and create a database
- Stop the role with
rolectl stop (instancename)