#13 start on a test script
Closed 4 years ago by sgallagh. Opened 5 years ago by bstinson.
rpms/ bstinson/fedora-release master  into  master

file added
+3
@@ -0,0 +1,3 @@ 

+ #!/usr/bin/bash

+ 

+ exit 0

file added
+11
@@ -0,0 +1,11 @@ 

+ - hosts: localhost

+   roles:

+     - role: standard-test-scripts

+       tags:

+         - classic

+       tests:

+         - fedora-release-basic-tests:

+            tests: 

+              - runtests.sh

+            files: 

+              - runtests.sh

Put in the standard test roles and a test script

@bstinson Is this still in-progress or should we close this?

Closing this. Open a new PR if desired.

Pull-Request has been closed by sgallagh

4 years ago