[master] Friday tests patches

Martin Kolman mkolman at redhat.com
Mon Dec 2 13:15:16 UTC 2013


On Fri, 2013-11-29 at 12:06 +0100, Vratislav Podzimek wrote:
> These three patches try to help us with having (password) entries' visibility set
> properly.
> 
> Vratislav Podzimek (3):
>   Put tests of .glade files into a separate directory
>   Add check testing visibility of password entries
>   Fix issues reported by the check_pw_visibility test
> 
>  pyanaconda/ui/gui/spokes/advstorage/iscsi.glade    |   2 +-
>  pyanaconda/ui/gui/spokes/lib/passphrase.glade      |   2 +-
>  pyanaconda/ui/gui/spokes/lib/passphrase.py         |   2 +-
>  pyanaconda/ui/gui/spokes/password.glade            |   2 +-
>  pyanaconda/ui/gui/spokes/password.py               |   2 +-
>  tests/Makefile.am                                  |   8 +-
>  tests/accelerators/check_accelerators.py           | 265 ---------------------
>  tests/accelerators/run_check_accelerators.sh       |  22 --
>  tests/glade/accelerators/check_accelerators.py     | 265 +++++++++++++++++++++
>  tests/glade/accelerators/run_check_accelerators.sh |  22 ++
>  tests/glade/pw_visibility/check_pw_visibility.py   |  81 +++++++
>  .../glade/pw_visibility/run_check_pw_visibility.sh |   6 +
>  12 files changed, 384 insertions(+), 295 deletions(-)
>  delete mode 100755 tests/accelerators/check_accelerators.py
>  delete mode 100755 tests/accelerators/run_check_accelerators.sh
>  create mode 100755 tests/glade/accelerators/check_accelerators.py
>  create mode 100755 tests/glade/accelerators/run_check_accelerators.sh
>  create mode 100755 tests/glade/pw_visibility/check_pw_visibility.py
>  create mode 100755 tests/glade/pw_visibility/run_check_pw_visibility.sh
> 
Looks good, ACK!



More information about the anaconda-patches mailing list