81e935f Fix test data, improve Makefile.

Authored and Committed by dmach 8 years ago
50 files changed. 1819 lines added. 339 lines removed.
.gitignore
file modified
+2 -0
Makefile
file modified
+43 -8
README.testing
file added
+42
setup.py
file modified
+2 -1
tests/README
file removed
-44
tests/__init__.py
file added
+0
tests/createtestdata.py
file removed
-150
tests/data/dummy-comps.xmltests/dummy-comps.xml
file renamed
+0 -0
tests/data/dummy-pungi.conftests/dummy-pungi.conf
file renamed
+0 -0
tests/data/dummy-variants.xmltests/dummy-variants.xml
file renamed
+0 -0
tests/data/specs/build.sh
file added
+71
tests/data/specs/dummy-AdobeReader_enu-9.5.1.tar.gz
file added
+0
tests/data/specs/dummy-AdobeReader_enu.spec
file added
+37
tests/data/specs/dummy-atlas.spec
file added
+187
tests/data/specs/dummy-basesystem.spec
file added
+36
tests/data/specs/dummy-bash-4.2.37-5.spec
file added
+51
tests/data/specs/dummy-bash.spec
file added
+57
tests/data/specs/dummy-elinks.spec
file added
+42
tests/data/specs/dummy-fcoe-target-utils.spec
file added
+36
tests/data/specs/dummy-filesystem.spec
file added
+34
tests/data/specs/dummy-firefox.spec
file added
+44
tests/data/specs/dummy-foo32.spec
file added
+42
tests/data/specs/dummy-freeipa.spec
file added
+41
tests/data/specs/dummy-gfs2-utils.spec
file added
+43
tests/data/specs/dummy-glibc.spec
file added
+78
tests/data/specs/dummy-httpd.spec
file added
+42
tests/data/specs/dummy-imsettings.spec
file added
+50
tests/data/specs/dummy-ipw3945-kmod.spec
file added
+54
tests/data/specs/dummy-kernel.spec
file added
+48
tests/data/specs/dummy-krb5.spec
file added
+67
tests/data/specs/dummy-lvm2.spec
file added
+66
tests/data/specs/dummy-postfix.spec
file added
+45
tests/data/specs/dummy-release-client-workstation.spec
file added
+36
tests/data/specs/dummy-release-client.spec
file added
+36
tests/data/specs/dummy-release-notes-cs-CZ.spec
file added
+38
tests/data/specs/dummy-release-notes-en-US.spec
file added
+38
tests/data/specs/dummy-release-notes.spec
file added
+35
tests/data/specs/dummy-release-server.spec
file added
+41
tests/data/specs/dummy-resource-agents.spec
file added
+48
tests/data/specs/dummy-selinux-policy.spec
file added
+68
tests/data/specs/dummy-sendmail.spec
file added
+45
tests/data/specs/dummy-skype.spec
file added
+40
tests/data/specs/dummy-tftp.spec
file added
+42
tests/data/specs/dummy-vacation.spec
file added
+43
tests/data/specs/dummy-xulrunner.spec
file added
+42
tests/pkgs.json
file removed
-116
tests/run_all_tests.sh
file removed
-7
tests/test_arch.py
file modified
+1 -4
tests/test_compose.sh
file modified
+2 -2
tests/test_pathmatch.py
file modified
+4 -7
    Fix test data, improve Makefile.
    
    Previous test data was insufficient for proper testing.
    Test compose runs and depsolving tests require precisely
    set NVRs, dependencies, sub-packages, etc.
    Using rpmfluff for these would be an overkill, it's better
    to create RPMs directly from specs.
    
        
file modified
+2 -0
file modified
+43 -8
file added
+42
file modified
+2 -1
file removed
-44
file added
+0
empty file added
file removed
-150
tests/data/dummy-comps.xml tests/dummy-comps.xml
file renamed
file was renamed with no change to the file
tests/data/dummy-pungi.conf tests/dummy-pungi.conf
file renamed
file was renamed with no change to the file
tests/data/dummy-variants.xml tests/dummy-variants.xml
file renamed
file was renamed with no change to the file
file removed
-116
file removed
-7
file modified
+1 -4
file modified
+2 -2
file modified
+4 -7