(view as text)
make check
 in dir /home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build (timeout 1200 secs)
 argv: ['make', 'check']
 environment: {'TAR_OPTIONS': '--wildcards', 'SHELL': '/bin/sh', 'SHLVL': '1', 'PYTHONPATH': '/home/buildbot/flumotion/buildbot', 'OLDPWD': '/home/buildbot', 'PWD': '/home/buildbot/flumotion', 'LOGNAME': 'buildbot', 'USER': 'buildbot', 'PATH': '/usr/lib/ccache/bin:/usr/bin:/bin', 'PKG_CONFIG_PATH': '/home/buildbot/flumotion/prefix/trunk/lib/pkgconfig', 'HOME': '/home/buildbot', 'DISPLAY': ':9', '_': '/bin/nice'}
Making check in .
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build'
podir=./po; \
localedir=./locale; \
        make -C $podir; \
for file in $(ls $podir/*.gmo); do \
  lang=`basename $file .gmo`; \
  dir=$localedir/$lang/LC_MESSAGES; \
  mkdir -p $dir; \
          echo "installing $podir/$lang.gmo as $dir/flumotion.mo"; \
  install $podir/$lang.gmo $dir/flumotion.mo; \
done;
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/po'
installing ./po/ca.gmo as ./locale/ca/LC_MESSAGES/flumotion.mo
installing ./po/es.gmo as ./locale/es/LC_MESSAGES/flumotion.mo
installing ./po/fr.gmo as ./locale/fr/LC_MESSAGES/flumotion.mo
installing ./po/nb.gmo as ./locale/nb/LC_MESSAGES/flumotion.mo
installing ./po/nl.gmo as ./locale/nl/LC_MESSAGES/flumotion.mo
installing ./po/pt_BR.gmo as ./locale/pt_BR/LC_MESSAGES/flumotion.mo
installing ./po/sv.gmo as ./locale/sv/LC_MESSAGES/flumotion.mo
make  check-local
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build'
find ./flumotion -name \*.py | sort | uniq | xargs /usr/bin/python ./common/pep8.py --repeat
find ./flumotion -name \*.py.in | sort | uniq | xargs /usr/bin/python ./common/pep8.py --repeat
./env bash -c "export PYTHONPATH=:. && export FLU_PROJECT_PATH=. && /usr/bin/python ./common/validate-registry.py"
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build'
Making check in bin
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/bin'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/bin'
Making check in conf
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
make  check-local
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
ret=0; for f in examples/bouncer.xml examples/ipbouncer.xml examples/twores.xml examples/default.xml examples/discont.xml examples/ondemand.xml examples/ondemand-cache.xml; do echo "Validating $f"; ../env bash -c "export PYTHONPATH=:.. && /usr/bin/python ../common/validate-config.py ./$f" || ret=1; done && exit $ret
Validating examples/bouncer.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
Validating examples/ipbouncer.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
Validating examples/twores.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
Validating examples/default.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
Validating examples/discont.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
Validating examples/ondemand.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
Validating examples/ondemand-cache.xml
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:60: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameCryptPassword(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:213: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IToken(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:231: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IHTTPGetArguments(credentials.ICredentials):
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted/credentials.py:249: ComponentsDeprecationWarning: twisted.python.components.Interface is deprecated in Twisted 2.3. Use zope.interface.Interface instead. (also note that you should not use 'self' as the first arg on function decls in z.i.Interfaces).
  class IUsernameSha256Password(credentials.ICredentials):
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/conf'
Making check in data
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data'
Making check in glade
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/glade'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/glade'
Making check in image
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image'
Making check in wizard
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/wizard'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/wizard'
Making check in 16x16
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/16x16'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/16x16'
Making check in 24x24
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/24x24'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image/24x24'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data/image'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/data'
Making check in flumotion
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion'
Making check in admin
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin'
Making check in assistant
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/assistant'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/assistant'
Making check in command
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/command'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/command'
Making check in gtk
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/gtk'
if test -e videotest.pyc; then rm videotest.pyc; fi
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/gtk'
Making check in rrdmon
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/rrdmon'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/rrdmon'
Making check in text
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/text'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/text'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin'
Making check in common
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common'
Making check in component
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component'
Making check in base
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/base'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/base'
Making check in bouncers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/bouncers'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/bouncers'
Making check in combiners
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners'
Making check in composite
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/composite'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/composite'
Making check in switch
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/switch'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners/switch'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/combiners'
Making check in consumers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers'
Making check in disker
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/disker'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/disker'
Making check in gdp
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/gdp'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/gdp'
Making check in httpstreamer
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/httpstreamer'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/httpstreamer'
Making check in preview
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/preview'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/preview'
Making check in shout2
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/shout2'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/shout2'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers'
Making check in converters
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters'
Making check in overlay
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/overlay'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/overlay'
Making check in pipeline
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/pipeline'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters/pipeline'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/converters'
Making check in effects
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects'
Making check in colorbalance
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/colorbalance'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/colorbalance'
Making check in volume
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/volume'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects/volume'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/effects'
Making check in encoders
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/encoders'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/encoders'
Making check in misc
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc'
Making check in httpserver
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/httpserver'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/httpserver'
Making check in porter
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/porter'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/porter'
Making check in repeater
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/repeater'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc/repeater'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/misc'
Making check in muxers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/muxers'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/muxers'
Making check in plugs
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs'
Making check in cortado
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs/cortado'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs/cortado'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/plugs'
Making check in producers
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers'
Making check in audiotest
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/audiotest'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/audiotest'
Making check in bttv
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/bttv'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/bttv'
Making check in firewire
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/firewire'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/firewire'
Making check in icecast
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/icecast'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/icecast'
Making check in ivtv
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/ivtv'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/ivtv'
Making check in pipeline
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/pipeline'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/pipeline'
Making check in playlist
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/playlist'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/playlist'
Making check in rtsp
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/rtsp'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/rtsp'
Making check in screencast
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/screencast'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/screencast'
Making check in soundcard
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/soundcard'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/soundcard'
Making check in videotest
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/videotest'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/videotest'
Making check in webcam
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/webcam'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/webcam'
Making check in looper
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/looper'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/looper'
Making check in unixdomain
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/unixdomain'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/unixdomain'
Making check in gdp
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/gdp'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers/gdp'
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/producers'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component'
Making check in configure
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/configure'
make  check-am
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/configure'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/configure'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/configure'
Making check in extern
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
Making check in fdpass
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/fdpass'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/fdpass'
Making check in pytrayicon
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/pytrayicon'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern/pytrayicon'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
make  check-local
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
PYTHONPATH=.:$PYTHONPATH trial log.test_log
Running 26 tests.
log.test_log.TestGetExceptionMessage.testLevel2 ... [OK]
log.test_log.TestGetExceptionMessage.testLevel3 ... [OK]
log.test_log.TestLog.testAddLogHandlerRaises ... [OK]
log.test_log.TestLog.testEllipsize ... [OK]
log.test_log.TestLog.testFormatStrings ... [OK]
log.test_log.TestLog.testGetFileLine ... [OK]
log.test_log.TestLog.testGetFormattedLevelName ... [OK]
log.test_log.TestLog.testGetLevelInt ... [OK]
log.test_log.TestLog.testGetLevelName ... [OK]
log.test_log.TestLog.testLimitInvisible ... [OK]
log.test_log.TestLog.testLimitedError ... [OK]
log.test_log.TestLog.testLimitedVisible ... [OK]
log.test_log.TestLog.testLogHandler ... [OK]
log.test_log.TestLog.testLogHandlerLimitedLevels ... [OK]
log.test_log.TestLog.testSetDebug ... [OK]
log.test_log.TestLogNames.testGetLevelCode ... [OK]
log.test_log.TestLogNames.testGetLevelName ... [OK]
log.test_log.TestLogNames.testGetLevelNames ... [OK]
log.test_log.TestLogSettings.testSet ... [OK]
log.test_log.TestOwnLogHandler.testLogHandlerAssertion ... [OK]
log.test_log.TestOwnLogHandler.testOwnLogHandlerLimited ... [OK]
log.test_log.TestWriteMark.testWriteMarkInDebug ... [OK]
log.test_log.TestWriteMark.testWriteMarkInError ... [OK]
log.test_log.TestWriteMark.testWriteMarkInInfo ... [OK]
log.test_log.TestWriteMark.testWriteMarkInLog ... [OK]
log.test_log.TestWriteMark.testWriteMarkInWarn ... [OK]

-------------------------------------------------------------------------------
Ran 26 tests in 0.053s

PASSED (successes=26)
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/extern'
Making check in job
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/job'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/job'
Making check in launch
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/launch'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/launch'
Making check in manager
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/manager'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/manager'
Making check in monitor
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor'
Making check in nagios
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor/nagios'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor/nagios'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/monitor'
Making check in project
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/project'
make  check-am
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/project'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/project'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/project'
Making check in service
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/service'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/service'
Making check in scenario
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario'
Making check in live
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/live'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/live'
Making check in ondemand
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/ondemand'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/ondemand'
Making check in steps
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/steps'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario/steps'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/scenario'
Making check in test
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
make  check-local
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
../../env ../../common/flumotion-trial -r default  \
				flumotion.test 2>&1     \
	| tee trial.test.log;					\
if ! test ${PIPESTATUS[0]} -eq 0;				\
then								\
	make rm-trial-test-log;					\
	exit 1;							\
fi;								\
../../env ../../common/flumotion-trial -r gtk2	\
					flumotion.test 2>&1     \
	| tee -a trial.test.log;				\
if test ${PIPESTATUS[0]} -eq 0;				\
then 								\
    rm -fr ../../flumotion/test/_trial_temp;		\
    if test -e trial.test.log; then				\
	if grep "Could not import" trial.test.log > /dev/null;	\
	then							\
            exit 1;						\
	fi;							\
    fi;								\
            make rm-trial-test-log;					\
else								\
            make rm-trial-test-log;					\
    exit 1;							\
fi
Using twisted.internet.selectreactor reactor
Running 633 tests.
flumotion.test.test_admin_admin.AdminTest.testConnectFailure ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

[OK]
flumotion.test.test_admin_admin.AdminTest.testConnectSuccess ... [OK]
flumotion.test.test_admin_admin.AdminTest.testConstructor ... [OK]
flumotion.test.test_admin_admin.AdminTest.testReconnect ... [OK]
flumotion.test.test_admin_config.AdminConfigTest.testMinimal ... [OK]
flumotion.test.test_admin_config.AdminConfigTest.testMinimal2 ... [OK]
flumotion.test.test_admin_config.AdminConfigTest.testMinimal3 ... [OK]
flumotion.test.test_admin_config.AdminConfigTest.testUnknownPlug ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'plugdoesnotexist')
[OK]
flumotion.test.test_admin_config.AdminConfigTest.testUnknownSocket ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'frobulator')
[OK]
flumotion.test.test_admin_connections.AdminConnectiontionsTest.testGetRecentConnections ... [OK]
flumotion.test.test_admin_multi.MultiAdminTest.testConnectFailure ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

[OK]
flumotion.test.test_admin_multi.MultiAdminTest.testConnectSuccess ... [OK]
flumotion.test.test_admin_multi.MultiAdminTest.testConstructor ... [OK]
flumotion.test.test_admin_multi.MultiAdminTest.testReconnect ... [OK]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCrypt ... [OK]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongPassword ... [OK]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongSalt ... [OK]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongUser ... [OK]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintext ... [OK]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongPassword ... [OK]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongUser ... [OK]
flumotion.test.test_checkers.TestCryptCheckerInit.testCredPlaintext ... [OK]
flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrect ... [OK]
flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrectWithId ... [OK]
flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextWrong ... [OK]
flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrect ... [OK]
flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrectWithId ... [OK]
flumotion.test.test_common.TestCompareVersions.testBadVersion ... [OK]
flumotion.test.test_common.TestCompareVersions.testBigger ... [OK]
flumotion.test.test_common.TestCompareVersions.testEquals ... [OK]
flumotion.test.test_common.TestCompareVersions.testSmaller ... [OK]
flumotion.test.test_common.TestComponentPath.testPath ... [OK]
flumotion.test.test_common.TestEnsureDir.testExisting ... [OK]
flumotion.test.test_common.TestEnsureDir.testNonExisting ... [OK]
flumotion.test.test_common.TestInitMixin.testInitA ... [OK]
flumotion.test.test_common.TestInitMixin.testInitB ... [OK]
flumotion.test.test_common.TestInitMixin.testInitC ... [OK]
flumotion.test.test_common.TestInitMixin.testInitD ... [OK]
flumotion.test.test_common.TestObjRepr.testMe ... [OK]
flumotion.test.test_common.TestPathToModule.testPaths ... [OK]
flumotion.test.test_common.TestVersion.testVersion ... [OK]
flumotion.test.test_common.TestVersion.test_versionTupleToString ... [OK]
flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveAscending ... [OK]
flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveDescending ... [OK]
flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveAscending ... [OK]
flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveDescending ... [OK]
flumotion.test.test_common_avltree.TestAVLTree.testInsertRandomRemoveRandom ... [OK]
flumotion.test.test_common_bundle.TestBundler.testBundlerOneFile ... [OK]
flumotion.test.test_common_bundle.TestBundler.testBundlerOneSum ... [OK]
flumotion.test.test_common_bundle.TestBundler.testBundlerTwoFiles ... [OK]
flumotion.test.test_common_bundle.TestBundler.testBundlerTwoSum ... [OK]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAdd ... [OK]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAddUnique ... [OK]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketDepend ... [OK]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketFile ... [OK]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketImport ... [OK]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketName ... [OK]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketPackage ... [OK]
flumotion.test.test_common_bundle.TestUnbundler.testUnbundler ... [OK]
flumotion.test.test_common_bundle.TestUnbundler.testUnbundlerRelative ... [OK]
flumotion.test.test_common_componentui.TestStateSet.testSimpleStateListener ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test/test_common_componentui.py:147: exceptions.DeprecationWarning: Please use the set_ kwarg instead
[OK]
flumotion.test.test_common_componentui.TestStateSet.testStateAppend ... [OK]
flumotion.test.test_common_componentui.TestStateSet.testStateListener ... [OK]
flumotion.test.test_common_componentui.TestStateSet.testStateListenerIntermediate ... [OK]
flumotion.test.test_common_componentui.TestStateSet.testStateSaveReference ... [OK]
flumotion.test.test_common_componentui.TestStateSet.testStateSet ... [OK]
flumotion.test.test_common_connection.TestConnection.testParse ... [OK]
flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testDaylightSavingsChange ... [OK]
flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testExDate ... [SKIPPED]
flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testMultipleRRule ... [OK]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testExAsStartDateWithRecurrence ... [OK]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testExWithRecurrence ... [OK]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointSingle ... [OK]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecur ... [OK]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecurUntil ... [OK]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testRecurrenceOverMidnight ... [OK]
flumotion.test.test_common_eventcalendar.EventTest.testComparison ... [OK]
flumotion.test.test_common_eventcalendar.EventTest.testSimple ... [OK]
flumotion.test.test_common_eventcalendar.EventTest.testTimeZones ... [OK]
flumotion.test.test_common_eventcalendar.FunctionsTest.testToDateTime ... [OK]
flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.testVerifyPoints ... [OK]
flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.test_getActiveEventInstances ... [OK]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendar ... [OK]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarFromFile ... [OK]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDateTimes ... [OK]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDates ... [OK]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateAndEndDateTime ... [OK]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateTimeAndEndDate ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEvent ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithDifferentUID ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithSameUID ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotEndBeforeNow ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotStartLaterThanTomorrow ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveRecurrenceId ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveSimple ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testOverMidnight ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsDaily ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsHourly ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsOverMidnight ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotNow ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotStartDate ... [OK]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsStartDate ... [OK]
flumotion.test.test_common_eventcalendar.iCalTestCase.testGetPoints ... [OK]
flumotion.test.test_common_eventcalendar.iCalTestCase.testRecurrenceId ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testBytes ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testExbibyte ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testGibibyte ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testKibibyte ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testMebibyte ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testMegabyte ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testPebibyte ... [OK]
flumotion.test.test_common_format.TestFormatStorage.testTebibyte ... [OK]
flumotion.test.test_common_format.TestFormatTime.testDay ... [OK]
flumotion.test.test_common_format.TestFormatTime.testDays ... [OK]
flumotion.test.test_common_format.TestFormatTime.testFractionalSecond ... [OK]
flumotion.test.test_common_format.TestFormatTime.testHourMinuteSecond ... [OK]
flumotion.test.test_common_format.TestFormatTime.testMinuteSecond ... [OK]
flumotion.test.test_common_format.TestFormatTime.testReallyLong ... [OK]
flumotion.test.test_common_format.TestFormatTime.testSecond ... [OK]
flumotion.test.test_common_format.TestFormatTime.testWeek ... [OK]
flumotion.test.test_common_format.TestFormatTime.testWeeks ... [OK]
flumotion.test.test_common_format.TestFormatTime.testYear ... [OK]
flumotion.test.test_common_fraction.TestFraction.testFractionAsFloat ... [OK]
flumotion.test.test_common_fraction.TestFraction.testFractionAsString ... [OK]
flumotion.test.test_common_fraction.TestFraction.testFractionFromValue ... [OK]
flumotion.test.test_common_gstreamer.Caps.testCaps ... [OK]
flumotion.test.test_common_gstreamer.Caps.testCapsStreamheader ... [OK]
flumotion.test.test_common_gstreamer.DeepNotify.testDeepNotify ... [OK]
flumotion.test.test_common_gstreamer.Factory.testFakeSrc ... [OK]
flumotion.test.test_common_gstreamer.TestProperty.testHasProperty ... [OK]
flumotion.test.test_common_gstreamer.TestProperty.testHasPropertyValue ... [OK]
flumotion.test.test_common_messages.PBSerializationTest.testGetEqualTranslatableTwice ... [OK]
flumotion.test.test_common_messages.PBSerializationTest.testGetSameMessageTwice ... [OK]
flumotion.test.test_common_messages.PBSerializationTest.testGetSameTranslatableTwice ... [OK]
flumotion.test.test_common_messages.PBSerializationTest.testMessageAppendRemove ... [OK]
flumotion.test.test_common_messages.ResultTest.testSerializeWithError ... [OK]
flumotion.test.test_common_messages.ResultTest.testSerializeWithWarning ... [OK]
flumotion.test.test_common_messages.SerializeTest.testCreate ... [OK]
flumotion.test.test_common_messages.SerializeTest.testDefaultMessageId ... [OK]
flumotion.test.test_common_messages.SerializeTest.testSerialize ... [OK]
flumotion.test.test_common_netutils.TestAddress.testGetHost ... [OK]
flumotion.test.test_common_netutils.TestAddress.testGetPort ... [OK]
flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4Parse ... [OK]
flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4ParseString ... [OK]
flumotion.test.test_common_netutils.TestRoutingTable.testAddRemove ... [OK]
flumotion.test.test_common_netutils.TestRoutingTable.testBasicRouting ... [OK]
flumotion.test.test_common_netutils.TestRoutingTable.testIterHumanReadable ... [OK]
flumotion.test.test_common_netutils.TestRoutingTable.testParseFromFile ... [OK]
flumotion.test.test_common_netutils.TestRoutingTable.testRouteIteration ... [OK]
flumotion.test.test_common_netutils.TestRoutingTable.testRouteNamesOrder ... [OK]
flumotion.test.test_common_netutils.TestRoutingTable.testRoutingPrecedence ... [OK]
flumotion.test.test_common_package.TestPackagePath.testCurrent ... [OK]
flumotion.test.test_common_package.TestPackagePath.testPackagerWithNonePrefix ... [OK]
flumotion.test.test_common_package.TestPackagePath.testPyRegisterBeforeImportWithoutHooks ... [OK]
flumotion.test.test_common_package.TestPackagePath.testRegisterBeforeImportWithPackager ... [OK]
flumotion.test.test_common_package.TestPackagePath.testRegisterNewPackagePath ... [OK]
flumotion.test.test_common_package.TestPackagePath.testTwoStackedProjects ... [OK]
flumotion.test.test_common_package.TestRecursively.testListDir ... [OK]
flumotion.test.test_common_package.TestRecursively.testListPyfile ... [OK]
flumotion.test.test_common_planet.AllComponentStateTest.testClass ... [OK]
flumotion.test.test_common_planet.AllComponentStateTest.testMood ... [OK]
flumotion.test.test_common_planet.InvalidateTest.testInvalidate ... [OK]
flumotion.test.test_common_planet.ListenerTest.testMood ... [OK]
flumotion.test.test_common_planet.ManagerComponentStateTest.testGetSet ... [OK]
flumotion.test.test_common_planet.ManagerComponentStateTest.testSetWrongArg ... [OK]
flumotion.test.test_common_process.TestPid.testAll ... [OK]
flumotion.test.test_common_process.TestProcess.testKillPid ... [OK]
flumotion.test.test_common_process.TestProcess.testTermPid ... [OK]
flumotion.test.test_common_process.TestProcess.test_checkPidRunning ... [OK]
flumotion.test.test_common_pygobject.SetProperty.testButton ... [OK]
flumotion.test.test_common_pygobject.TestPyGObject.testPyGObject ... [OK]
flumotion.test.test_common_signals.TestSignalMixin.testDisconnect ... [OK]
flumotion.test.test_common_signals.TestSignalMixin.testDisconnectByFunc ... [OK]
flumotion.test.test_common_signals.TestSignalMixin.testEmitSelf ... [OK]
flumotion.test.test_common_signals.TestSignalMixin.testMixin ... [OK]
flumotion.test.test_common_vfs.VFSTest.testListDirectory ... [OK]
flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testComplete ... [OK]
flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testEncoderMuxer ... [OK]
flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testProducerEncoderMuxer ... [OK]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testIndent ... [OK]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testPush ... [OK]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteLine ... [OK]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTag ... [OK]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttr ... [OK]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttrData ... [OK]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagData ... [OK]
flumotion.test.test_component.TestExpandElementNames.testOddDelimeters ... [OK]
flumotion.test.test_component.TestParser.testErrors ... [OK]
flumotion.test.test_component.TestParser.testOneFeed ... [OK]
flumotion.test.test_component.TestParser.testOneFeedWithout ... [OK]
flumotion.test.test_component.TestParser.testOneSource ... [OK]
flumotion.test.test_component.TestParser.testOneSourceWithout ... [OK]
flumotion.test.test_component.TestParser.testSimpleOneElement ... [OK]
flumotion.test.test_component.TestParser.testSimpleTwoElements ... [OK]
flumotion.test.test_component.TestParser.testTwoBoth ... [OK]
flumotion.test.test_component.TestParser.testTwoFeeds ... [OK]
flumotion.test.test_component.TestParser.testTwoSources ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenAfterTheWindowSize ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testInstantiate ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledEndCallbackWhenEndInWindowSize ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledNotACallbackWhenCancelled ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledStartCallbackWhenStartInWindowSize ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testSubscribe ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testUnsubscribe ... [OK]
flumotion.test.test_component_base_scheduler.SchedulerTest.testWindowSizeByDefault ... [OK]
flumotion.test.test_component_base_watcher.WatcherTest.testInstantiate ... [OK]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAuthentication ... [OK]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAutoExpire ... [OK]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testHarness ... [OK]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testKeepAlive ... [OK]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testTimeoutAlgorithm ... [OK]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testEarlyCanceling ... [OK]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testLateCanceling ... [OK]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testNormalBehaviors ... [OK]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testSessionExpiration ... [OK]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAuthentication ... [OK]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAutoExpire ... [OK]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testHarness ... [OK]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testKeepAlive ... [OK]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testTimeoutAlgorithm ... [OK]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAuthentication ... [OK]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAutoExpire ... [OK]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testHarness ... [OK]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testKeepAlive ... [OK]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testTimeoutAlgorithm ... [OK]
flumotion.test.test_component_disker.TestConfig.test_config_minimal ... [SKIPPED]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_invalid ... [SKIPPED]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_size ... [SKIPPED]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_size_no_size ... [SKIPPED]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_time ... [SKIPPED]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_time_no_time ... [SKIPPED]
flumotion.test.test_component_disker.TestFlow.test_size_disker_running_and_happy ... [SKIPPED]
flumotion.test.test_component_disker.TestFlow.test_time_disker_running_and_happy ... [SKIPPED]
flumotion.test.test_component_feed.TestDownstreamFeedClient.testConnectAndFeed ... [OK]
flumotion.test.test_component_feed.TestDownstreamFeedClient.testRequestFeed ... [OK]
flumotion.test.test_component_feed.TestFeedClient.testBadPass ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

[OK]
flumotion.test.test_component_feed.TestFeedClient.testConnectWithoutDroppingPB ... [OK]
flumotion.test.test_component_feed.TestUpstreamFeedClient.testConnectAndFeed ... [OK]
flumotion.test.test_component_feed.TestUpstreamFeedClient.testRequestFeed ... [OK]
flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.test1277 ... [OK]
flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.testRemoteEatFrom ... [OK]
flumotion.test.test_component_feeder.TestFeeder.testReconnect ... [OK]
flumotion.test.test_component_feeder.TestFeeder.test_clientConnected ... [OK]
flumotion.test.test_component_httpserver.MountTest.testDirMountEmpty ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/base/http.py:264: exceptions.DeprecationWarning: Set the domain on the keycard directly.
[OK]
flumotion.test.test_component_httpserver.MountTest.testDirMountOnDemand ... [OK]
flumotion.test.test_component_httpserver.MountTest.testDirMountRoot ... [OK]
flumotion.test.test_component_httpserver.MountTest.testFileMountEmpty ... [OK]
flumotion.test.test_component_httpserver.MountTest.testFileMountOnDemand ... [OK]
flumotion.test.test_component_httpserver.PlugTest.testSetRootResource ... [OK]
flumotion.test.test_component_httpserver.PlugTest.testSetRootResourceMultiple ... [SKIPPED]
flumotion.test.test_component_httpserver.TestDirectory.testFLV ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testFLVRangeStart ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testFLVStart ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testFLVStartZero ... [OK]
flumotion.test.test_component_httpserver.TestDirectory.testGetChild ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testFull ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeHead ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSet ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeStart ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffix ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffixTooBig ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongEmptyBytesRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongNoRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongRange ... [OK]
flumotion.test.test_component_httpserver.TestTextFile.testWrongTypeRange ... [OK]
flumotion.test.test_component_httpstreamer.TestOldProperties.testPropertiesConverted ... [OK]
flumotion.test.test_component_httpstreamer.TestStreamDataNoPlug.testGetStreamData ... [OK]
flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData ... [SKIPPED]
flumotion.test.test_component_init.TestInit.testInit ... [OK]
flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorActivation ... [OK]
flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorTimeout ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItems ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItemsReverse ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveMultipleItems ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveRepeatedly ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveSingleItem ... [OK]
flumotion.test.test_component_playlist.TestPlaylist.testAddSingleItem ... [OK]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedMultiple ... [OK]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedSingle ... [OK]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testParseErrorInBlocking ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunFailGstLinking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunProvidesClocking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartTimeout ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFails ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFlowAndStopFail ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunStopTimeout ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunTasksChainedAndFired ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunTasksTimeout ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunWithDelays ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testSetupFailGstLinking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testSetupStartedAndHappy ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestGtk2Reactorness.testGtk2Supportness ... [OK]
flumotion.test.test_comptest.TestCompTestSetup.testAutoLinking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testDontAutoLinkLinked ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testMasterClock ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testSuccess ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestSetup.testTrivial ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testGetUniqueName ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testGstreamerError ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testInstantiateErrors ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testInvalidType ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testNonDefaultLink ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testSimpleLink ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testValidType ... [OK]
flumotion.test.test_config.TestConfig.testClockMasterAutoSelection ... [OK]
flumotion.test.test_config.TestConfig.testClockMasterError ... [OK]
flumotion.test.test_config.TestConfig.testClockMasterUserSelection ... [OK]
flumotion.test.test_config.TestConfig.testGetComponentEntries ... [OK]
flumotion.test.test_config.TestConfig.testGetComponentEntriesWrong ... [OK]
flumotion.test.test_config.TestConfig.testParseAtmosphere ... [OK]
flumotion.test.test_config.TestConfig.testParseComponent ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentError ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentNoWorker ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentWithLabel ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentWithProject ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithEaters ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithEatersNotSpecified ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleEater ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleSources ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/manager/config.py:475: exceptions.DeprecationWarning: "source" tag has been deprecated in favor of "eater", please update your configuration file (found in component 'cons')
[OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithSource ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithTwoEaters ... [OK]
flumotion.test.test_config.TestConfig.testParseComponentsWithTwoSources ... [OK]
flumotion.test.test_config.TestConfig.testParseCompoundProperties ... [OK]
flumotion.test.test_config.TestConfig.testParseCompoundPropertiesError ... [OK]
flumotion.test.test_config.TestConfig.testParseEmpty ... [OK]
flumotion.test.test_config.TestConfig.testParseError ... [OK]
flumotion.test.test_config.TestConfig.testParseFlowError ... [OK]
flumotion.test.test_config.TestConfig.testParseManager ... [OK]
flumotion.test.test_config.TestConfig.testParseManagerError ... [OK]
flumotion.test.test_config.TestConfig.testParseManagerWithBogusPlug ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'frob')
[OK]
flumotion.test.test_config.TestConfig.testParseManagerWithPlugs ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'test-adminaction')
[OK]
flumotion.test.test_config.TestConfig.testParseNoPlugs ... [OK]
flumotion.test.test_config.TestConfig.testParsePlugs ... [OK]
flumotion.test.test_config.TestConfig.testParsePlugsWithCompoundProperties ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'compoundulator')
[OK]
flumotion.test.test_config.TestConfig.testParseProperties ... [OK]
flumotion.test.test_config.TestConfig.testParseWrongAtmosphere ... [OK]
flumotion.test.test_config.TestConfig.testParseWrongConfig ... [OK]
flumotion.test.test_config.TestConfig.testParseWrongSyntax ... [OK]
flumotion.test.test_config.TestConfig.testVirtualFeeds ... [OK]
flumotion.test.test_config.TestDictDiff.testHumanReadable ... [OK]
flumotion.test.test_config.TestDictDiff.testRecursive ... [OK]
flumotion.test.test_config.TestDictDiff.testSimple ... [OK]
flumotion.test.test_config.TestFunctions.testBuildEatersDict ... [OK]
flumotion.test.test_configure.TestConfig.testUninstalled ... [OK]
flumotion.test.test_configure.TestConfig.testVariables ... [OK]
flumotion.test.test_credentials.TestUsername.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsername.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithCrypt ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongSalt ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintext ... [OK]
flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintextWrongPassword ... [OK]
flumotion.test.test_dag.TestDAG.testBible ... [OK]
flumotion.test.test_dag.TestDAG.testExample ... [OK]
flumotion.test.test_dag.TestDAG.testSort ... [OK]
flumotion.test.test_dag.TestDAG.testUniqueChildren ... [OK]
flumotion.test.test_dag.TestPlanet.testPlanet ... [OK]
flumotion.test.test_defer.TestDefer.testBarfOnNongenerator ... [OK]
flumotion.test.test_defer.TestDefer.testException ... [OK]
flumotion.test.test_defer.TestDefer.testExceptionChain ... [OK]
flumotion.test.test_defer.TestDefer.testValues ... [OK]
flumotion.test.test_defer.TestDefer.testYieldNothing ... [OK]
flumotion.test.test_defer.TestDefer.testYieldResultAfter ... [OK]
flumotion.test.test_defer.TestDefer.testYieldResultAtFirst ... [OK]
flumotion.test.test_defer.TestRetryingDeferred.testRetryOnce ... [OK]
flumotion.test.test_defer.TestRetryingDeferred.testSimple ... [OK]
flumotion.test.test_dialogs.TestErrorDialog.testDialogMain ... [OK]
flumotion.test.test_dialogs.TestErrorDialog.testDialogRun ... [OK]
flumotion.test.test_dialogs.TestProgressDialog.testDialog ... [OK]
flumotion.test.test_enum.TestEnum.testEnumError ... [OK]
flumotion.test.test_enum.TestEnum.testEnumSet ... [OK]
flumotion.test.test_enum.TestEnum.testEnumSimple ... [OK]
flumotion.test.test_enum.TestEnum.testEnumValues ... [OK]
flumotion.test.test_enum.TestEnum.testEnumValuesCmp ... [OK]
flumotion.test.test_enum.TestEnum.testEnumValuesWithRepr ... [OK]
flumotion.test.test_enum.TestEnum.testJelly ... [OK]
flumotion.test.test_enum.TestEnum.testRepr ... [OK]
flumotion.test.test_flavors.TestFullListener.testInvalidate ... [OK]
flumotion.test.test_flavors.TestFullListener.testStateAppendRemoveListener ... [OK]
flumotion.test.test_flavors.TestFullListener.testStateSetListener ... [OK]
flumotion.test.test_flavors.TestState.testStateAddKey ... [OK]
flumotion.test.test_flavors.TestState.testStateAppendRemove ... [OK]
flumotion.test.test_flavors.TestState.testStateDictAppendRemove ... [OK]
flumotion.test.test_flavors.TestState.testStateGet ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateAppendRemove ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateAppendRemoveListener ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateDictListener ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateSet ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateSetListener ... [OK]
flumotion.test.test_flavors.TestStateSet.testStateWrongListener ... Warning: Use of deprecated <flumotion.test.test_flavors.TestStateRemoteCache instance at 0x2aaaafbef908>.addListener(<flumotion.test.test_flavors.FakeObject instance at 0x2aaaafc15e60>) without explicit event handlers
[OK]
flumotion.test.test_greeter.WizardTest.testGreeter ... Traceback (most recent call last):
  File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui/glade.py", line 56, in _flumotion_glade_custom_handler
    widget = widget_class()
  File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/gtk/connections.py", line 57, in __init__
    ellipsize=ELLIPSIZE_MIDDLE, expand=True, width=100),
  File "/usr/lib/python2.4/site-packages/kiwi/ui/objectlist.py", line 221, in __init__
    PropertyObject.__init__(self, **kwargs)
  File "/usr/lib/python2.4/site-packages/kiwi/utils.py", line 173, in __init__
    raise TypeError("Unknown keyword argument: %s" % kwarg)
TypeError: Unknown keyword argument: ellipsize

/usr/lib/python2.4/site-packages/kiwi/ui/views.py:179: gobject.Warning: gsignal.c:1615: signal `connection-activated' is invalid for instance `0x19f9ae0'

/usr/lib/python2.4/site-packages/kiwi/ui/views.py:179: gobject.Warning: gsignal.c:1615: signal `connections-cleared' is invalid for instance `0x19f9ae0'
Traceback (most recent call last):
  File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui/glade.py", line 56, in _flumotion_glade_custom_handler
    widget = widget_class()
  File "/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/gtk/connections.py", line 57, in __init__
    ellipsize=ELLIPSIZE_MIDDLE, expand=True, width=100),
  File "/usr/lib/python2.4/site-packages/kiwi/ui/objectlist.py", line 221, in __init__
    PropertyObject.__init__(self, **kwargs)
  File "/usr/lib/python2.4/site-packages/kiwi/utils.py", line 173, in __init__
    raise TypeError("Unknown keyword argument: %s" % kwarg)
TypeError: Unknown keyword argument: ellipsize

/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui/glade.py:92: gobject.Warning: gsignal.c:1615: signal `connection-activated' is invalid for instance `0x1a0ca30'

/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui/glade.py:92: gobject.Warning: gsignal.c:1615: signal `connections-cleared' is invalid for instance `0x1a0ca30'
[OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptKeycard.testWrongKeycardClass ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testOk ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testTamperWithChallenge ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testInit ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testOk ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongPassword ... [OK]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongUser ... [OK]
flumotion.test.test_http.TestHTTPRoot.testRenderRootStreamer ... [OK]
flumotion.test.test_http.TestHTTPRoot.testRenderTopStreamer ... [OK]
flumotion.test.test_http.TestHTTPRoot.testRenderTreeStreamer ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAllowDefault ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAuthUnauthorized ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenAuthorized ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenUnauthorized ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderNew ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderNotReady ... [OK]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderReachedMaxClients ... [OK]
flumotion.test.test_i18n.TestFormat.testFormat ... [OK]
flumotion.test.test_i18n.TestFormat.testFormatNoArgument ... [OK]
flumotion.test.test_i18n.TestPluralGettext.testTranslatable ... [OK]
flumotion.test.test_i18n.TestPluralGettext.testTranslated ... [OK]
flumotion.test.test_i18n.TestSingularClassbased.testTranslatable ... [OK]
flumotion.test.test_i18n.TestSingularClassbased.testTranslated ... [OK]
flumotion.test.test_i18n.TestSingularGettext.testTranslatable ... [OK]
flumotion.test.test_i18n.TestSingularGettext.testTranslated ... [OK]
flumotion.test.test_i18n.TranslatableTest.testTranslatable ... [OK]
flumotion.test.test_i18n.TranslatableTest.testTranslatablePlural ... [OK]
flumotion.test.test_i18n.TranslatorTest.testTranslateMessage ... [OK]
flumotion.test.test_i18n.TranslatorTest.testTranslateOne ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedBothFloating ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedTZFromEnvironmentWithFloating ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testDeniedUTCAndFloating ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testMalformedIcalFile ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNoFileProperty ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNonexistentIcalFile ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testSuccessfulSetup ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedBothTZID ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedKeycardDurationCalculationTZID ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testDeniedTZID ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testIncorrectTimeTZID ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testApprovedUTC ... [OK]
flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testDeniedUTC ... [OK]
flumotion.test.test_import.TestImport.testImportAllModules ... [OK]
flumotion.test.test_keycards.TestHTTPDigestKeycard.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardHTTPDigest.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardSending.testSend ... [OK]
flumotion.test.test_keycards.TestKeycardToken.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardUACPCC.testInit ... [OK]
flumotion.test.test_keycards.TestKeycardUACPP.testInit ... [OK]
flumotion.test.test_keycards.TestMyKeycard.testInit ... [OK]
flumotion.test.test_logfilter.TestLogFilter.testComplexFilter ... [OK]
flumotion.test.test_logfilter.TestLogFilter.testParseFailure ... [OK]
flumotion.test.test_logfilter.TestLogFilter.testSimpleFilter ... [OK]
flumotion.test.test_manager_admin.TestAdminAvatar.testAvatarSet ... [OK]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachLinear ... [OK]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleEaters ... [OK]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersComplex ... [OK]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersSimple ... [OK]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersVirtual ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseBouncerComponent ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseEmpty ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseManager ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseManagerInvalid ... [OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParsePlugs ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'adminaction-loggerfile')
[OK]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseSimple ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereEmpty ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereInvalid ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereWithComponent ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlow ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlowInvalid ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseInvalid ... [OK]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseSimple ... [OK]
flumotion.test.test_manager_config.TestXMLWriter.testMultiple ... [OK]
flumotion.test.test_manager_config.TestXMLWriter.testPlug ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/config.py:245: exceptions.DeprecationWarning: "socket" attribute of plug tag is not used and has been deprecated, please update your configuration file (found offending plug of type 'requestlogger-file')
[OK]
flumotion.test.test_manager_manager.TestComponentMapper.testOneComponent ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testConfigAfterWorker ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testConfigBeforeWorker ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testDeleteFlow ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testLoadComponent ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testLoadComponentWithSynchronization ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testLoadConfiguration ... [OK]
flumotion.test.test_manager_manager.TestVishnu.testWorker ... [OK]
flumotion.test.test_manager_worker.TestHeaven.testAdd ... [OK]
flumotion.test.test_manager_worker.TestHeaven.testConstructor ... [OK]
flumotion.test.test_options.TestOptions.testGroup ... [OK]
flumotion.test.test_options.TestOptions.testParser ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testClear ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testClearAll ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testPushPop ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testPushRemove ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testSet ... [OK]
flumotion.test.test_parts.TestAdminStatusbar.testTwoContexts ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHappy ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHungry ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsLost ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsSad ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsWaking ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenWorkerIsNotLogged ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHappy ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHungry ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenLost ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenSad ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenWaking ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStartWhenNoSelection ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStopMultipleWhenOneIsSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStopOneWhenSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanNotStopWhenNoSelection ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStartMultipleWhenSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStartOneWhenSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopMultipleWhenOneNoneIsSleeping ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHappy ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHungry ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenLost ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenSad ... [OK]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenWaking ... [OK]
flumotion.test.test_parts.TestComponentsView.testMultipleSelected ... [OK]
flumotion.test.test_parts.TestComponentsView.testNoComponents ... [OK]
flumotion.test.test_parts.TestComponentsView.testNoneSelected ... [OK]
flumotion.test.test_parts.TestComponentsView.testOneSelected ... [OK]
flumotion.test.test_parts.TestComponentsView.testUpdate ... [OK]
flumotion.test.test_pb.TestAuthenticator.testIssueNoInfo ... [OK]
flumotion.test.test_pb.TestAuthenticator.testIssueUACPCC ... [OK]
flumotion.test.test_pb.TestAuthenticator.testIssueUACPP ... [OK]
flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testRightPassword ... [OK]
flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testWrongPassword ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCOk ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCTamperWithChallenge ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongPassword ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongUser ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPPOk ... [OK]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPPWrongPassword ... [OK]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testOk ... [OK]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongPassword ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

[OK]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongUser ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

[OK]
flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testOk ... [OK]
flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongPassword ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

[OK]
flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongUser ... 
Twisted traceback:
Traceback (most recent call last):
Failure: flumotion.common.errors.NotAuthenticatedError: Unauthorized login

[OK]
flumotion.test.test_pb.Test_FPortalRoot.testRootObject ... [OK]
flumotion.test.test_pbstream.TestClientEater.testRun ... [OK]
flumotion.test.test_pbstream.TestClientEater.testRunImmediateStop ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationFound ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationNotFound ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocol.testWrongLocation ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testInjectRequestId ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithHost ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithParams ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testSimpleParse ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testUnparse ... [OK]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testWrongLine ... [OK]
flumotion.test.test_porter.TestPorterProtocol.testBreakDelimiter ... [OK]
flumotion.test.test_porter.TestPorterProtocol.testNoIdentifier ... [OK]
flumotion.test.test_public_ui_api.TestPublicUI.testPublicUIAPI ... [OK]
flumotion.test.test_reflect.TestSimple.testSimple ... [OK]
flumotion.test.test_registry.TestComponentEntry.testThings ... [OK]
flumotion.test.test_registry.TestFindComponents.testSimple ... [OK]
flumotion.test.test_registry.TestRegistry.testAddXmlParseError ... [OK]
flumotion.test.test_registry.TestRegistry.testClean ... [OK]
flumotion.test.test_registry.TestRegistry.testComponentTypeError ... [OK]
flumotion.test.test_registry.TestRegistry.testDefault ... [OK]
flumotion.test.test_registry.TestRegistry.testDump ... [OK]
flumotion.test.test_registry.TestRegistry.testDumpWithCompoundProperties ... [OK]
flumotion.test.test_registry.TestRegistry.testDumpWithEscapedPropertyDescription ... [OK]
flumotion.test.test_registry.TestRegistry.testIsTrue ... [OK]
flumotion.test.test_registry.TestRegistry.testParseBasic ... [OK]
flumotion.test.test_registry.TestRegistry.testParseComponentCompoundProperties ... [OK]
flumotion.test.test_registry.TestRegistry.testParseComponentProperties ... [OK]
flumotion.test.test_registry.TestRegistry.testParseComponentPropertiesErrors ... [OK]
flumotion.test.test_registry.TestRegistry.testParseComponents ... [OK]
flumotion.test.test_registry.TestRegistry.testgetMTime ... [OK]
flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testOk ... [OK]
flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testTamperWithChallenge ... [OK]
flumotion.test.test_saltsha256.TestWrongKeycardClass.testWrongKeycardClass ... [OK]
flumotion.test.test_testclasses.TestOnePB.testCacheable ... [OK]
flumotion.test.test_testclasses.TestOnePB.testFakeKeycard ... [OK]
flumotion.test.test_testclasses.TestTwoPB.testFakeKeycard ... [OK]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testKill ... [OK]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testProcessesStillRunning ... [OK]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testTransientProcess ... [OK]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedExitCode ... [OK]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedProcessExit ... [OK]
flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testKill ... [OK]
flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testTransientProcess ... [OK]
flumotion.test.test_twisted_integration.IntegrationProcessTest.testKill ... [OK]
flumotion.test.test_twisted_integration.IntegrationProcessTest.testTimeOut ... [OK]
flumotion.test.test_twisted_integration.IntegrationProcessTest.testTransientProcess ... [OK]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testFalse ... [OK]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testKill ... [OK]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelStartAndKill ... [OK]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelWait ... [OK]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testTransientProcess ... [OK]
flumotion.test.test_ui_fgtk.VUTest.testGetSet ... [OK]
flumotion.test.test_ui_fgtk.VUTest.testScale ... [OK]
flumotion.test.test_ui_fgtk.VUTest.testWidget ... [OK]
flumotion.test.test_wizard.WizardSaveTest.testAudioTestWorkers ... [SKIPPED]
flumotion.test.test_wizard.WizardSaveTest.testFirewireAudioAndVideo ... [SKIPPED]
flumotion.test.test_wizard.WizardStepTest.testLoadSteps ... [OK]
flumotion.test.test_wizard.WizardStepTest.testStepComponentProperties ... [OK]
flumotion.test.test_wizard_models.TestProperties.testContains ... [OK]
flumotion.test.test_wizard_models.TestProperties.testDeleteAttribute ... [OK]
flumotion.test.test_wizard_models.TestProperties.testDeleteAttributeUnderscore ... [OK]
flumotion.test.test_wizard_models.TestProperties.testDeleteItem ... [OK]
flumotion.test.test_wizard_models.TestProperties.testDeleteItemUnderscore ... [OK]
flumotion.test.test_wizard_models.TestProperties.testSetAttribute ... [OK]
flumotion.test.test_wizard_models.TestProperties.testSetAttributeUnderscore ... [OK]
flumotion.test.test_wizard_models.TestProperties.testSetInvalid ... [OK]
flumotion.test.test_wizard_models.TestProperties.testSetItem ... [OK]
flumotion.test.test_wizard_models.TestProperties.testSetItemUnderscore ... [OK]
flumotion.test.test_wizard_save.TestNameConflicts.testNameConflicts ... [OK]
flumotion.test.test_wizard_save.TestNameConflicts.testNameConflictsDoubleDigits ... [OK]
flumotion.test.test_wizard_save.TestWizardSave.testAudioOnlyStream ... [OK]
flumotion.test.test_wizard_save.TestWizardSave.testDefaultStream ... [OK]
flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamer ... [OK]
flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamerDifferentWorkers ... [OK]
flumotion.test.test_wizard_save.TestWizardSave.testMultiFeedProducer ... [OK]
flumotion.test.test_wizard_save.TestWizardSave.testOggStream ... [OK]
flumotion.test.test_wizard_save.TestWizardSave.testOndemand ... [OK]
flumotion.test.test_wizard_save.TestXMLWriter.testAtmosphereComponent ... [OK]
flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithFeeders ... [OK]
flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithPlug ... [OK]
flumotion.test.test_wizard_save.TestXMLWriter.testEmpty ... [OK]
flumotion.test.test_wizard_save.TestXMLWriter.testFlowComponent ... [OK]
flumotion.test.test_worker_config.WorkerConfigTest.testRandomFeederPorts ... [OK]
flumotion.test.test_worker_job.TestCheckJobHeaven.testInit ... [OK]
flumotion.test.test_worker_medium.TestWorkerMedium.testConnect ... [OK]
flumotion.test.test_worker_worker.TestBrain.testInit ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseAuthentication ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseAuthenticationError ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseEmpty ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseError ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseManager ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseManagerError ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerError ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerFeederPorts ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerName ... [OK]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerRandomFeederPorts ... [OK]

===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testExDate

Implemented, but lacks testcase
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_minimal

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_invalid

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_size

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_size_no_size

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_time

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestConfig.test_config_rotate_time_no_time

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestFlow.test_size_disker_running_and_happy

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_disker.TestFlow.test_time_disker_running_and_happy

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.PlugTest.testSetRootResourceMultiple

This is a bug in the httpserver api
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData

See #1137
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunFailGstLinking

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunProvidesClocking

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartTimeout

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFails

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFlowAndStopFail

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunStopTimeout

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunTasksChainedAndFired

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunTasksTimeout

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testRunWithDelays

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testSetupFailGstLinking

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestFlow.testSetupStartedAndHappy

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testAutoLinking

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testDontAutoLinkLinked

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testMasterClock

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testSuccess

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestCompTestSetup.testTrivial

this test case does not support running with <twisted.internet.selectreactor.SelectReactor object at 0x2aaaac6d5650> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testConfigBeforeWorker

andy will definitely not fix this soon
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testAudioTestWorkers

Maybe Andy's generator work broke this ?
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testFirewireAudioAndVideo

Maybe Andys generator work broke this ?
-------------------------------------------------------------------------------
Ran 633 tests in 44.232s

PASSED (skips=30, successes=603)
Using twisted.internet.gtk2reactor reactor
Running 633 tests.
flumotion.test.test_admin_admin.AdminTest.testConnectFailure ... [SKIPPED]
flumotion.test.test_admin_admin.AdminTest.testConnectSuccess ... [SKIPPED]
flumotion.test.test_admin_admin.AdminTest.testConstructor ... [SKIPPED]
flumotion.test.test_admin_admin.AdminTest.testReconnect ... [SKIPPED]
flumotion.test.test_admin_config.AdminConfigTest.testMinimal ... [SKIPPED]
flumotion.test.test_admin_config.AdminConfigTest.testMinimal2 ... [SKIPPED]
flumotion.test.test_admin_config.AdminConfigTest.testMinimal3 ... [SKIPPED]
flumotion.test.test_admin_config.AdminConfigTest.testUnknownPlug ... [SKIPPED]
flumotion.test.test_admin_config.AdminConfigTest.testUnknownSocket ... [SKIPPED]
flumotion.test.test_admin_connections.AdminConnectiontionsTest.testGetRecentConnections ... [SKIPPED]
flumotion.test.test_admin_multi.MultiAdminTest.testConnectFailure ... [SKIPPED]
flumotion.test.test_admin_multi.MultiAdminTest.testConnectSuccess ... [SKIPPED]
flumotion.test.test_admin_multi.MultiAdminTest.testConstructor ... [SKIPPED]
flumotion.test.test_admin_multi.MultiAdminTest.testReconnect ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCrypt ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongPassword ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongSalt ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongUser ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintext ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongPassword ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongUser ... [SKIPPED]
flumotion.test.test_checkers.TestCryptCheckerInit.testCredPlaintext ... [SKIPPED]
flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrect ... [SKIPPED]
flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrectWithId ... [SKIPPED]
flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextWrong ... [SKIPPED]
flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrect ... [SKIPPED]
flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrectWithId ... [SKIPPED]
flumotion.test.test_common.TestCompareVersions.testBadVersion ... [SKIPPED]
flumotion.test.test_common.TestCompareVersions.testBigger ... [SKIPPED]
flumotion.test.test_common.TestCompareVersions.testEquals ... [SKIPPED]
flumotion.test.test_common.TestCompareVersions.testSmaller ... [SKIPPED]
flumotion.test.test_common.TestComponentPath.testPath ... [SKIPPED]
flumotion.test.test_common.TestEnsureDir.testExisting ... [SKIPPED]
flumotion.test.test_common.TestEnsureDir.testNonExisting ... [SKIPPED]
flumotion.test.test_common.TestInitMixin.testInitA ... [SKIPPED]
flumotion.test.test_common.TestInitMixin.testInitB ... [SKIPPED]
flumotion.test.test_common.TestInitMixin.testInitC ... [SKIPPED]
flumotion.test.test_common.TestInitMixin.testInitD ... [SKIPPED]
flumotion.test.test_common.TestObjRepr.testMe ... [SKIPPED]
flumotion.test.test_common.TestPathToModule.testPaths ... [SKIPPED]
flumotion.test.test_common.TestVersion.testVersion ... [SKIPPED]
flumotion.test.test_common.TestVersion.test_versionTupleToString ... [SKIPPED]
flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveAscending ... [SKIPPED]
flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveDescending ... [SKIPPED]
flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveAscending ... [SKIPPED]
flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveDescending ... [SKIPPED]
flumotion.test.test_common_avltree.TestAVLTree.testInsertRandomRemoveRandom ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundler.testBundlerOneFile ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundler.testBundlerOneSum ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundler.testBundlerTwoFiles ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundler.testBundlerTwoSum ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAdd ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAddUnique ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketDepend ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketFile ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketImport ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketName ... [SKIPPED]
flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketPackage ... [SKIPPED]
flumotion.test.test_common_bundle.TestUnbundler.testUnbundler ... [SKIPPED]
flumotion.test.test_common_bundle.TestUnbundler.testUnbundlerRelative ... [SKIPPED]
flumotion.test.test_common_componentui.TestStateSet.testSimpleStateListener ... [SKIPPED]
flumotion.test.test_common_componentui.TestStateSet.testStateAppend ... [SKIPPED]
flumotion.test.test_common_componentui.TestStateSet.testStateListener ... [SKIPPED]
flumotion.test.test_common_componentui.TestStateSet.testStateListenerIntermediate ... [SKIPPED]
flumotion.test.test_common_componentui.TestStateSet.testStateSaveReference ... [SKIPPED]
flumotion.test.test_common_componentui.TestStateSet.testStateSet ... [SKIPPED]
flumotion.test.test_common_connection.TestConnection.testParse ... [SKIPPED]
flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testDaylightSavingsChange ... [SKIPPED]
flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testExDate ... [SKIPPED]
flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testMultipleRRule ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testExAsStartDateWithRecurrence ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testExWithRecurrence ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointSingle ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecur ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecurUntil ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventSetTestCase.testRecurrenceOverMidnight ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventTest.testComparison ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventTest.testSimple ... [SKIPPED]
flumotion.test.test_common_eventcalendar.EventTest.testTimeZones ... [SKIPPED]
flumotion.test.test_common_eventcalendar.FunctionsTest.testToDateTime ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.testVerifyPoints ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.test_getActiveEventInstances ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendar ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarFromFile ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDateTimes ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDates ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateAndEndDateTime ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateTimeAndEndDate ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEvent ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithDifferentUID ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithSameUID ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotEndBeforeNow ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotStartLaterThanTomorrow ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveRecurrenceId ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveSimple ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testOverMidnight ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsDaily ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsHourly ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsOverMidnight ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotNow ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotStartDate ... [SKIPPED]
flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsStartDate ... [SKIPPED]
flumotion.test.test_common_eventcalendar.iCalTestCase.testGetPoints ... [SKIPPED]
flumotion.test.test_common_eventcalendar.iCalTestCase.testRecurrenceId ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testBytes ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testExbibyte ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testGibibyte ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testKibibyte ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testMebibyte ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testMegabyte ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testPebibyte ... [SKIPPED]
flumotion.test.test_common_format.TestFormatStorage.testTebibyte ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testDay ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testDays ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testFractionalSecond ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testHourMinuteSecond ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testMinuteSecond ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testReallyLong ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testSecond ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testWeek ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testWeeks ... [SKIPPED]
flumotion.test.test_common_format.TestFormatTime.testYear ... [SKIPPED]
flumotion.test.test_common_fraction.TestFraction.testFractionAsFloat ... [SKIPPED]
flumotion.test.test_common_fraction.TestFraction.testFractionAsString ... [SKIPPED]
flumotion.test.test_common_fraction.TestFraction.testFractionFromValue ... [SKIPPED]
flumotion.test.test_common_gstreamer.Caps.testCaps ... [OK]
flumotion.test.test_common_gstreamer.Caps.testCapsStreamheader ... [OK]
flumotion.test.test_common_gstreamer.DeepNotify.testDeepNotify ... [OK]
flumotion.test.test_common_gstreamer.Factory.testFakeSrc ... [OK]
flumotion.test.test_common_gstreamer.TestProperty.testHasProperty ... [OK]
flumotion.test.test_common_gstreamer.TestProperty.testHasPropertyValue ... [OK]
flumotion.test.test_common_messages.PBSerializationTest.testGetEqualTranslatableTwice ... [SKIPPED]
flumotion.test.test_common_messages.PBSerializationTest.testGetSameMessageTwice ... [SKIPPED]
flumotion.test.test_common_messages.PBSerializationTest.testGetSameTranslatableTwice ... [SKIPPED]
flumotion.test.test_common_messages.PBSerializationTest.testMessageAppendRemove ... [SKIPPED]
flumotion.test.test_common_messages.ResultTest.testSerializeWithError ... [SKIPPED]
flumotion.test.test_common_messages.ResultTest.testSerializeWithWarning ... [SKIPPED]
flumotion.test.test_common_messages.SerializeTest.testCreate ... [SKIPPED]
flumotion.test.test_common_messages.SerializeTest.testDefaultMessageId ... [SKIPPED]
flumotion.test.test_common_messages.SerializeTest.testSerialize ... [SKIPPED]
flumotion.test.test_common_netutils.TestAddress.testGetHost ... [SKIPPED]
flumotion.test.test_common_netutils.TestAddress.testGetPort ... [SKIPPED]
flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4Parse ... [SKIPPED]
flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4ParseString ... [SKIPPED]
flumotion.test.test_common_netutils.TestRoutingTable.testAddRemove ... [SKIPPED]
flumotion.test.test_common_netutils.TestRoutingTable.testBasicRouting ... [SKIPPED]
flumotion.test.test_common_netutils.TestRoutingTable.testIterHumanReadable ... [SKIPPED]
flumotion.test.test_common_netutils.TestRoutingTable.testParseFromFile ... [SKIPPED]
flumotion.test.test_common_netutils.TestRoutingTable.testRouteIteration ... [SKIPPED]
flumotion.test.test_common_netutils.TestRoutingTable.testRouteNamesOrder ... [SKIPPED]
flumotion.test.test_common_netutils.TestRoutingTable.testRoutingPrecedence ... [SKIPPED]
flumotion.test.test_common_package.TestPackagePath.testCurrent ... [SKIPPED]
flumotion.test.test_common_package.TestPackagePath.testPackagerWithNonePrefix ... [SKIPPED]
flumotion.test.test_common_package.TestPackagePath.testPyRegisterBeforeImportWithoutHooks ... [SKIPPED]
flumotion.test.test_common_package.TestPackagePath.testRegisterBeforeImportWithPackager ... [SKIPPED]
flumotion.test.test_common_package.TestPackagePath.testRegisterNewPackagePath ... [SKIPPED]
flumotion.test.test_common_package.TestPackagePath.testTwoStackedProjects ... [SKIPPED]
flumotion.test.test_common_package.TestRecursively.testListDir ... [SKIPPED]
flumotion.test.test_common_package.TestRecursively.testListPyfile ... [SKIPPED]
flumotion.test.test_common_planet.AllComponentStateTest.testClass ... [SKIPPED]
flumotion.test.test_common_planet.AllComponentStateTest.testMood ... [SKIPPED]
flumotion.test.test_common_planet.InvalidateTest.testInvalidate ... [SKIPPED]
flumotion.test.test_common_planet.ListenerTest.testMood ... [SKIPPED]
flumotion.test.test_common_planet.ManagerComponentStateTest.testGetSet ... [SKIPPED]
flumotion.test.test_common_planet.ManagerComponentStateTest.testSetWrongArg ... [SKIPPED]
flumotion.test.test_common_process.TestPid.testAll ... [SKIPPED]
flumotion.test.test_common_process.TestProcess.testKillPid ... [SKIPPED]
flumotion.test.test_common_process.TestProcess.testTermPid ... [SKIPPED]
flumotion.test.test_common_process.TestProcess.test_checkPidRunning ... [SKIPPED]
flumotion.test.test_common_pygobject.SetProperty.testButton ... [SKIPPED]
flumotion.test.test_common_pygobject.TestPyGObject.testPyGObject ... [SKIPPED]
flumotion.test.test_common_signals.TestSignalMixin.testDisconnect ... [SKIPPED]
flumotion.test.test_common_signals.TestSignalMixin.testDisconnectByFunc ... [SKIPPED]
flumotion.test.test_common_signals.TestSignalMixin.testEmitSelf ... [SKIPPED]
flumotion.test.test_common_signals.TestSignalMixin.testMixin ... [SKIPPED]
flumotion.test.test_common_vfs.VFSTest.testListDirectory ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testComplete ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testEncoderMuxer ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testProducerEncoderMuxer ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testIndent ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testPush ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteLine ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTag ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttr ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttrData ... [SKIPPED]
flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagData ... [SKIPPED]
flumotion.test.test_component.TestExpandElementNames.testOddDelimeters ... [SKIPPED]
flumotion.test.test_component.TestParser.testErrors ... [SKIPPED]
flumotion.test.test_component.TestParser.testOneFeed ... [SKIPPED]
flumotion.test.test_component.TestParser.testOneFeedWithout ... [SKIPPED]
flumotion.test.test_component.TestParser.testOneSource ... [SKIPPED]
flumotion.test.test_component.TestParser.testOneSourceWithout ... [SKIPPED]
flumotion.test.test_component.TestParser.testSimpleOneElement ... [SKIPPED]
flumotion.test.test_component.TestParser.testSimpleTwoElements ... [SKIPPED]
flumotion.test.test_component.TestParser.testTwoBoth ... [SKIPPED]
flumotion.test.test_component.TestParser.testTwoFeeds ... [SKIPPED]
flumotion.test.test_component.TestParser.testTwoSources ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenAfterTheWindowSize ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testInstantiate ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledEndCallbackWhenEndInWindowSize ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledNotACallbackWhenCancelled ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledStartCallbackWhenStartInWindowSize ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testSubscribe ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testUnsubscribe ... [SKIPPED]
flumotion.test.test_component_base_scheduler.SchedulerTest.testWindowSizeByDefault ... [SKIPPED]
flumotion.test.test_component_base_watcher.WatcherTest.testInstantiate ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAuthentication ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAutoExpire ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testHarness ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testKeepAlive ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testTimeoutAlgorithm ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testEarlyCanceling ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testLateCanceling ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testNormalBehaviors ... [SKIPPED]
flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testSessionExpiration ... [SKIPPED]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAuthentication ... [SKIPPED]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAutoExpire ... [SKIPPED]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testHarness ... [SKIPPED]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testKeepAlive ... [SKIPPED]
flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testTimeoutAlgorithm ... [SKIPPED]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAuthentication ... [SKIPPED]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAutoExpire ... [SKIPPED]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testHarness ... [SKIPPED]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testKeepAlive ... [SKIPPED]
flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testTimeoutAlgorithm ... [SKIPPED]
flumotion.test.test_component_disker.TestConfig.test_config_minimal ... [OK]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_invalid ... [OK]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_size ... [OK]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_size_no_size ... [OK]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_time ... [OK]
flumotion.test.test_component_disker.TestConfig.test_config_rotate_time_no_time ... [OK]
flumotion.test.test_component_disker.TestFlow.test_size_disker_running_and_happy ... 
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/component/consumers/disker/disker.py:236: exceptions.DeprecationWarning: caps.get_structure(i) is deprecated, use caps[i]
[OK]
flumotion.test.test_component_disker.TestFlow.test_time_disker_running_and_happy ... [OK]
flumotion.test.test_component_feed.TestDownstreamFeedClient.testConnectAndFeed ... [SKIPPED]
flumotion.test.test_component_feed.TestDownstreamFeedClient.testRequestFeed ... [SKIPPED]
flumotion.test.test_component_feed.TestFeedClient.testBadPass ... [SKIPPED]
flumotion.test.test_component_feed.TestFeedClient.testConnectWithoutDroppingPB ... [SKIPPED]
flumotion.test.test_component_feed.TestUpstreamFeedClient.testConnectAndFeed ... [SKIPPED]
flumotion.test.test_component_feed.TestUpstreamFeedClient.testRequestFeed ... [SKIPPED]
flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.test1277 ... [SKIPPED]
flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.testRemoteEatFrom ... [SKIPPED]
flumotion.test.test_component_feeder.TestFeeder.testReconnect ... [SKIPPED]
flumotion.test.test_component_feeder.TestFeeder.test_clientConnected ... [SKIPPED]
flumotion.test.test_component_httpserver.MountTest.testDirMountEmpty ... [SKIPPED]
flumotion.test.test_component_httpserver.MountTest.testDirMountOnDemand ... [SKIPPED]
flumotion.test.test_component_httpserver.MountTest.testDirMountRoot ... [SKIPPED]
flumotion.test.test_component_httpserver.MountTest.testFileMountEmpty ... [SKIPPED]
flumotion.test.test_component_httpserver.MountTest.testFileMountOnDemand ... [SKIPPED]
flumotion.test.test_component_httpserver.PlugTest.testSetRootResource ... [SKIPPED]
flumotion.test.test_component_httpserver.PlugTest.testSetRootResourceMultiple ... [SKIPPED]
flumotion.test.test_component_httpserver.TestDirectory.testFLV ... [SKIPPED]
flumotion.test.test_component_httpserver.TestDirectory.testFLVRangeStart ... [SKIPPED]
flumotion.test.test_component_httpserver.TestDirectory.testFLVStart ... [SKIPPED]
flumotion.test.test_component_httpserver.TestDirectory.testFLVStartZero ... [SKIPPED]
flumotion.test.test_component_httpserver.TestDirectory.testGetChild ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testFull ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testRange ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testRangeHead ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSet ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testRangeStart ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffix ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffixTooBig ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testWrongEmptyBytesRange ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testWrongNoRange ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testWrongRange ... [SKIPPED]
flumotion.test.test_component_httpserver.TestTextFile.testWrongTypeRange ... [SKIPPED]
flumotion.test.test_component_httpstreamer.TestOldProperties.testPropertiesConverted ... [SKIPPED]
flumotion.test.test_component_httpstreamer.TestStreamDataNoPlug.testGetStreamData ... [SKIPPED]
flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData ... [SKIPPED]
flumotion.test.test_component_init.TestInit.testInit ... [SKIPPED]
flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorActivation ... [SKIPPED]
flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorTimeout ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItems ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItemsReverse ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveMultipleItems ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveRepeatedly ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveSingleItem ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylist.testAddSingleItem ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedMultiple ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedSingle ... [SKIPPED]
flumotion.test.test_component_playlist.TestPlaylistXMLParser.testParseErrorInBlocking ... [SKIPPED]
flumotion.test.test_comptest.TestCompTestFlow.testRunFailGstLinking ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunProvidesClocking ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartTimeout ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFails ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunStartedThenFlowAndStopFail ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunStopTimeout ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunTasksChainedAndFired ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunTasksTimeout ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testRunWithDelays ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testSetupFailGstLinking ... [OK]
flumotion.test.test_comptest.TestCompTestFlow.testSetupStartedAndHappy ... [OK]
flumotion.test.test_comptest.TestCompTestGtk2Reactorness.testGtk2Supportness ... [OK]
flumotion.test.test_comptest.TestCompTestSetup.testAutoLinking ... [OK]
flumotion.test.test_comptest.TestCompTestSetup.testDontAutoLinkLinked ... [OK]
flumotion.test.test_comptest.TestCompTestSetup.testMasterClock ... [OK]
flumotion.test.test_comptest.TestCompTestSetup.testSuccess ... [OK]
flumotion.test.test_comptest.TestCompTestSetup.testTrivial ... [OK]
flumotion.test.test_comptest.TestComponentWrapper.testGetUniqueName ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testGstreamerError ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testInstantiateErrors ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testInvalidType ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testNonDefaultLink ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testSimpleLink ... [SKIPPED]
flumotion.test.test_comptest.TestComponentWrapper.testValidType ... [SKIPPED]
flumotion.test.test_config.TestConfig.testClockMasterAutoSelection ... [SKIPPED]
flumotion.test.test_config.TestConfig.testClockMasterError ... [SKIPPED]
flumotion.test.test_config.TestConfig.testClockMasterUserSelection ... [SKIPPED]
flumotion.test.test_config.TestConfig.testGetComponentEntries ... [SKIPPED]
flumotion.test.test_config.TestConfig.testGetComponentEntriesWrong ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseAtmosphere ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponent ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentError ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentNoWorker ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentWithLabel ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentWithProject ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentsWithEaters ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentsWithEatersNotSpecified ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleEater ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleSources ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentsWithSource ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentsWithTwoEaters ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseComponentsWithTwoSources ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseCompoundProperties ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseCompoundPropertiesError ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseEmpty ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseError ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseFlowError ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseManager ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseManagerError ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseManagerWithBogusPlug ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseManagerWithPlugs ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseNoPlugs ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParsePlugs ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParsePlugsWithCompoundProperties ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseProperties ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseWrongAtmosphere ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseWrongConfig ... [SKIPPED]
flumotion.test.test_config.TestConfig.testParseWrongSyntax ... [SKIPPED]
flumotion.test.test_config.TestConfig.testVirtualFeeds ... [SKIPPED]
flumotion.test.test_config.TestDictDiff.testHumanReadable ... [SKIPPED]
flumotion.test.test_config.TestDictDiff.testRecursive ... [SKIPPED]
flumotion.test.test_config.TestDictDiff.testSimple ... [SKIPPED]
flumotion.test.test_config.TestFunctions.testBuildEatersDict ... [SKIPPED]
flumotion.test.test_configure.TestConfig.testUninstalled ... [SKIPPED]
flumotion.test.test_configure.TestConfig.testVariables ... [SKIPPED]
flumotion.test.test_credentials.TestUsername.testWithPlaintext ... [SKIPPED]
flumotion.test.test_credentials.TestUsername.testWithPlaintextWrongPassword ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithCrypt ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintext ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongPassword ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongSalt ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintext ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintextWrongPassword ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintext ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintextWrongPassword ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintext ... [SKIPPED]
flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintextWrongPassword ... [SKIPPED]
flumotion.test.test_dag.TestDAG.testBible ... [SKIPPED]
flumotion.test.test_dag.TestDAG.testExample ... [SKIPPED]
flumotion.test.test_dag.TestDAG.testSort ... [SKIPPED]
flumotion.test.test_dag.TestDAG.testUniqueChildren ... [SKIPPED]
flumotion.test.test_dag.TestPlanet.testPlanet ... [SKIPPED]
flumotion.test.test_defer.TestDefer.testBarfOnNongenerator ... [SKIPPED]
flumotion.test.test_defer.TestDefer.testException ... [SKIPPED]
flumotion.test.test_defer.TestDefer.testExceptionChain ... [SKIPPED]
flumotion.test.test_defer.TestDefer.testValues ... [SKIPPED]
flumotion.test.test_defer.TestDefer.testYieldNothing ... [SKIPPED]
flumotion.test.test_defer.TestDefer.testYieldResultAfter ... [SKIPPED]
flumotion.test.test_defer.TestDefer.testYieldResultAtFirst ... [SKIPPED]
flumotion.test.test_defer.TestRetryingDeferred.testRetryOnce ... [SKIPPED]
flumotion.test.test_defer.TestRetryingDeferred.testSimple ... [SKIPPED]
flumotion.test.test_dialogs.TestErrorDialog.testDialogMain ... [SKIPPED]
flumotion.test.test_dialogs.TestErrorDialog.testDialogRun ... [SKIPPED]
flumotion.test.test_dialogs.TestProgressDialog.testDialog ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testEnumError ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testEnumSet ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testEnumSimple ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testEnumValues ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testEnumValuesCmp ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testEnumValuesWithRepr ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testJelly ... [SKIPPED]
flumotion.test.test_enum.TestEnum.testRepr ... [SKIPPED]
flumotion.test.test_flavors.TestFullListener.testInvalidate ... [SKIPPED]
flumotion.test.test_flavors.TestFullListener.testStateAppendRemoveListener ... [SKIPPED]
flumotion.test.test_flavors.TestFullListener.testStateSetListener ... [SKIPPED]
flumotion.test.test_flavors.TestState.testStateAddKey ... [SKIPPED]
flumotion.test.test_flavors.TestState.testStateAppendRemove ... [SKIPPED]
flumotion.test.test_flavors.TestState.testStateDictAppendRemove ... [SKIPPED]
flumotion.test.test_flavors.TestState.testStateGet ... [SKIPPED]
flumotion.test.test_flavors.TestStateSet.testStateAppendRemove ... [SKIPPED]
flumotion.test.test_flavors.TestStateSet.testStateAppendRemoveListener ... [SKIPPED]
flumotion.test.test_flavors.TestStateSet.testStateDictListener ... [SKIPPED]
flumotion.test.test_flavors.TestStateSet.testStateSet ... [SKIPPED]
flumotion.test.test_flavors.TestStateSet.testStateSetListener ... [SKIPPED]
flumotion.test.test_flavors.TestStateSet.testStateWrongListener ... [SKIPPED]
flumotion.test.test_greeter.WizardTest.testGreeter ... [SKIPPED]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptKeycard.testWrongKeycardClass ... [SKIPPED]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testOk ... [SKIPPED]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testTamperWithChallenge ... [SKIPPED]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testInit ... [SKIPPED]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testOk ... [SKIPPED]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongPassword ... [SKIPPED]
flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongUser ... [SKIPPED]
flumotion.test.test_http.TestHTTPRoot.testRenderRootStreamer ... [SKIPPED]
flumotion.test.test_http.TestHTTPRoot.testRenderTopStreamer ... [SKIPPED]
flumotion.test.test_http.TestHTTPRoot.testRenderTreeStreamer ... [SKIPPED]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAllowDefault ... [SKIPPED]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAuthUnauthorized ... [SKIPPED]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenAuthorized ... [SKIPPED]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenUnauthorized ... [SKIPPED]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderNew ... [SKIPPED]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderNotReady ... [SKIPPED]
flumotion.test.test_http.TestHTTPStreamingResource.testRenderReachedMaxClients ... [SKIPPED]
flumotion.test.test_i18n.TestFormat.testFormat ... [SKIPPED]
flumotion.test.test_i18n.TestFormat.testFormatNoArgument ... [SKIPPED]
flumotion.test.test_i18n.TestPluralGettext.testTranslatable ... [SKIPPED]
flumotion.test.test_i18n.TestPluralGettext.testTranslated ... [SKIPPED]
flumotion.test.test_i18n.TestSingularClassbased.testTranslatable ... [SKIPPED]
flumotion.test.test_i18n.TestSingularClassbased.testTranslated ... [SKIPPED]
flumotion.test.test_i18n.TestSingularGettext.testTranslatable ... [SKIPPED]
flumotion.test.test_i18n.TestSingularGettext.testTranslated ... [SKIPPED]
flumotion.test.test_i18n.TranslatableTest.testTranslatable ... [SKIPPED]
flumotion.test.test_i18n.TranslatableTest.testTranslatablePlural ... [SKIPPED]
flumotion.test.test_i18n.TranslatorTest.testTranslateMessage ... [SKIPPED]
flumotion.test.test_i18n.TranslatorTest.testTranslateOne ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedBothFloating ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedTZFromEnvironmentWithFloating ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testDeniedUTCAndFloating ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testMalformedIcalFile ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNoFileProperty ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNonexistentIcalFile ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testSuccessfulSetup ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedBothTZID ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedKeycardDurationCalculationTZID ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testDeniedTZID ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testIncorrectTimeTZID ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testApprovedUTC ... [SKIPPED]
flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testDeniedUTC ... [SKIPPED]
flumotion.test.test_import.TestImport.testImportAllModules ... [SKIPPED]
flumotion.test.test_keycards.TestHTTPDigestKeycard.testInit ... [SKIPPED]
flumotion.test.test_keycards.TestKeycardHTTPDigest.testInit ... [SKIPPED]
flumotion.test.test_keycards.TestKeycardSending.testSend ... [SKIPPED]
flumotion.test.test_keycards.TestKeycardToken.testInit ... [SKIPPED]
flumotion.test.test_keycards.TestKeycardUACPCC.testInit ... [SKIPPED]
flumotion.test.test_keycards.TestKeycardUACPP.testInit ... [SKIPPED]
flumotion.test.test_keycards.TestMyKeycard.testInit ... [SKIPPED]
flumotion.test.test_logfilter.TestLogFilter.testComplexFilter ... [SKIPPED]
flumotion.test.test_logfilter.TestLogFilter.testParseFailure ... [SKIPPED]
flumotion.test.test_logfilter.TestLogFilter.testSimpleFilter ... [SKIPPED]
flumotion.test.test_manager_admin.TestAdminAvatar.testAvatarSet ... [SKIPPED]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachLinear ... [SKIPPED]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleEaters ... [SKIPPED]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersComplex ... [SKIPPED]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersSimple ... [SKIPPED]
flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersVirtual ... [SKIPPED]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseBouncerComponent ... [SKIPPED]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseEmpty ... [SKIPPED]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseManager ... [SKIPPED]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseManagerInvalid ... [SKIPPED]
flumotion.test.test_manager_config.TestManagerConfigParser.testParsePlugs ... [SKIPPED]
flumotion.test.test_manager_config.TestManagerConfigParser.testParseSimple ... [SKIPPED]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereEmpty ... [SKIPPED]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereInvalid ... [SKIPPED]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereWithComponent ... [SKIPPED]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlow ... [SKIPPED]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlowInvalid ... [SKIPPED]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseInvalid ... [SKIPPED]
flumotion.test.test_manager_config.TestPlanetConfigParser.testParseSimple ... [SKIPPED]
flumotion.test.test_manager_config.TestXMLWriter.testMultiple ... [SKIPPED]
flumotion.test.test_manager_config.TestXMLWriter.testPlug ... [SKIPPED]
flumotion.test.test_manager_manager.TestComponentMapper.testOneComponent ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testConfigAfterWorker ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testConfigBeforeWorker ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testDeleteFlow ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testLoadComponent ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testLoadComponentWithSynchronization ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testLoadConfiguration ... [SKIPPED]
flumotion.test.test_manager_manager.TestVishnu.testWorker ... [SKIPPED]
flumotion.test.test_manager_worker.TestHeaven.testAdd ... [SKIPPED]
flumotion.test.test_manager_worker.TestHeaven.testConstructor ... [SKIPPED]
flumotion.test.test_options.TestOptions.testGroup ... [SKIPPED]
flumotion.test.test_options.TestOptions.testParser ... [SKIPPED]
flumotion.test.test_parts.TestAdminStatusbar.testClear ... [SKIPPED]
flumotion.test.test_parts.TestAdminStatusbar.testClearAll ... [SKIPPED]
flumotion.test.test_parts.TestAdminStatusbar.testPushPop ... [SKIPPED]
flumotion.test.test_parts.TestAdminStatusbar.testPushRemove ... [SKIPPED]
flumotion.test.test_parts.TestAdminStatusbar.testSet ... [SKIPPED]
flumotion.test.test_parts.TestAdminStatusbar.testTwoContexts ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHappy ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHungry ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsLost ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsSad ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsWaking ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenWorkerIsNotLogged ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHappy ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHungry ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenLost ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenSad ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenWaking ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStartWhenNoSelection ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStopMultipleWhenOneIsSleeping ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStopOneWhenSleeping ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanNotStopWhenNoSelection ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStartMultipleWhenSleeping ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStartOneWhenSleeping ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStopMultipleWhenOneNoneIsSleeping ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHappy ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHungry ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenLost ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenSad ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenWaking ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testMultipleSelected ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testNoComponents ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testNoneSelected ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testOneSelected ... [SKIPPED]
flumotion.test.test_parts.TestComponentsView.testUpdate ... [SKIPPED]
flumotion.test.test_pb.TestAuthenticator.testIssueNoInfo ... [SKIPPED]
flumotion.test.test_pb.TestAuthenticator.testIssueUACPCC ... [SKIPPED]
flumotion.test.test_pb.TestAuthenticator.testIssueUACPP ... [SKIPPED]
flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testRightPassword ... [SKIPPED]
flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testWrongPassword ... [SKIPPED]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCOk ... [SKIPPED]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCTamperWithChallenge ... [SKIPPED]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongPassword ... [SKIPPED]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongUser ... [SKIPPED]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPPOk ... [SKIPPED]
flumotion.test.test_pb.Test_BouncerWrapper.testUACPPWrongPassword ... [SKIPPED]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testOk ... [SKIPPED]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongPassword ... [SKIPPED]
flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongUser ... [SKIPPED]
flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testOk ... [SKIPPED]
flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongPassword ... [SKIPPED]
flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongUser ... [SKIPPED]
flumotion.test.test_pb.Test_FPortalRoot.testRootObject ... [SKIPPED]
flumotion.test.test_pbstream.TestClientEater.testRun ... [SKIPPED]
flumotion.test.test_pbstream.TestClientEater.testRunImmediateStop ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationFound ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationNotFound ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocol.testWrongLocation ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testInjectRequestId ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithHost ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithParams ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testSimpleParse ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testUnparse ... [SKIPPED]
flumotion.test.test_porter.TestHTTPPorterProtocolParser.testWrongLine ... [SKIPPED]
flumotion.test.test_porter.TestPorterProtocol.testBreakDelimiter ... [SKIPPED]
flumotion.test.test_porter.TestPorterProtocol.testNoIdentifier ... [SKIPPED]
flumotion.test.test_public_ui_api.TestPublicUI.testPublicUIAPI ... [SKIPPED]
flumotion.test.test_reflect.TestSimple.testSimple ... [SKIPPED]
flumotion.test.test_registry.TestComponentEntry.testThings ... [SKIPPED]
flumotion.test.test_registry.TestFindComponents.testSimple ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testAddXmlParseError ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testClean ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testComponentTypeError ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testDefault ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testDump ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testDumpWithCompoundProperties ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testDumpWithEscapedPropertyDescription ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testIsTrue ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testParseBasic ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testParseComponentCompoundProperties ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testParseComponentProperties ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testParseComponentPropertiesErrors ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testParseComponents ... [SKIPPED]
flumotion.test.test_registry.TestRegistry.testgetMTime ... [SKIPPED]
flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testOk ... [SKIPPED]
flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testTamperWithChallenge ... [SKIPPED]
flumotion.test.test_saltsha256.TestWrongKeycardClass.testWrongKeycardClass ... [SKIPPED]
flumotion.test.test_testclasses.TestOnePB.testCacheable ... [SKIPPED]
flumotion.test.test_testclasses.TestOnePB.testFakeKeycard ... [SKIPPED]
flumotion.test.test_testclasses.TestTwoPB.testFakeKeycard ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testKill ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testProcessesStillRunning ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testTransientProcess ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedExitCode ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedProcessExit ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testKill ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testTransientProcess ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationProcessTest.testKill ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationProcessTest.testTimeOut ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationProcessTest.testTransientProcess ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testFalse ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testKill ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelStartAndKill ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelWait ... [SKIPPED]
flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testTransientProcess ... [SKIPPED]
flumotion.test.test_ui_fgtk.VUTest.testGetSet ... [SKIPPED]
flumotion.test.test_ui_fgtk.VUTest.testScale ... [SKIPPED]
flumotion.test.test_ui_fgtk.VUTest.testWidget ... [SKIPPED]
flumotion.test.test_wizard.WizardSaveTest.testAudioTestWorkers ... [SKIPPED]
flumotion.test.test_wizard.WizardSaveTest.testFirewireAudioAndVideo ... [SKIPPED]
flumotion.test.test_wizard.WizardStepTest.testLoadSteps ... [SKIPPED]
flumotion.test.test_wizard.WizardStepTest.testStepComponentProperties ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testContains ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testDeleteAttribute ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testDeleteAttributeUnderscore ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testDeleteItem ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testDeleteItemUnderscore ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testSetAttribute ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testSetAttributeUnderscore ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testSetInvalid ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testSetItem ... [SKIPPED]
flumotion.test.test_wizard_models.TestProperties.testSetItemUnderscore ... [SKIPPED]
flumotion.test.test_wizard_save.TestNameConflicts.testNameConflicts ... [SKIPPED]
flumotion.test.test_wizard_save.TestNameConflicts.testNameConflictsDoubleDigits ... [SKIPPED]
flumotion.test.test_wizard_save.TestWizardSave.testAudioOnlyStream ... [SKIPPED]
flumotion.test.test_wizard_save.TestWizardSave.testDefaultStream ... [SKIPPED]
flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamer ... [SKIPPED]
flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamerDifferentWorkers ... [SKIPPED]
flumotion.test.test_wizard_save.TestWizardSave.testMultiFeedProducer ... [SKIPPED]
flumotion.test.test_wizard_save.TestWizardSave.testOggStream ... [SKIPPED]
flumotion.test.test_wizard_save.TestWizardSave.testOndemand ... [SKIPPED]
flumotion.test.test_wizard_save.TestXMLWriter.testAtmosphereComponent ... [SKIPPED]
flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithFeeders ... [SKIPPED]
flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithPlug ... [SKIPPED]
flumotion.test.test_wizard_save.TestXMLWriter.testEmpty ... [SKIPPED]
flumotion.test.test_wizard_save.TestXMLWriter.testFlowComponent ... [SKIPPED]
flumotion.test.test_worker_config.WorkerConfigTest.testRandomFeederPorts ... [SKIPPED]
flumotion.test.test_worker_job.TestCheckJobHeaven.testInit ... [SKIPPED]
flumotion.test.test_worker_medium.TestWorkerMedium.testConnect ... [SKIPPED]
flumotion.test.test_worker_worker.TestBrain.testInit ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseAuthentication ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseAuthenticationError ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseEmpty ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseError ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseManager ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseManagerError ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerError ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerFeederPorts ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerName ... [SKIPPED]
flumotion.test.test_workerconfig.TestConfig.testParseWorkerRandomFeederPorts ... [SKIPPED]

===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConnectFailure

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConnectSuccess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testConstructor

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_admin.AdminTest.testReconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal2

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testMinimal3

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testUnknownPlug

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_config.AdminConfigTest.testUnknownSocket

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_connections.AdminConnectiontionsTest.testGetRecentConnections

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConnectFailure

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConnectSuccess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testConstructor

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_admin_multi.MultiAdminTest.testReconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCrypt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongSalt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredCryptWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerAddUser.testCredPlaintextWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestCryptCheckerInit.testCredPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextCorrectWithId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithPassword.testCredPlaintextWrong

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_checkers.TestFlexibleWithoutPassword.testCredPlaintextCorrectWithId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testBadVersion

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testBigger

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testEquals

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestCompareVersions.testSmaller

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestComponentPath.testPath

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestEnsureDir.testExisting

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestEnsureDir.testNonExisting

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitA

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitB

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitC

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestInitMixin.testInitD

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestObjRepr.testMe

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestPathToModule.testPaths

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestVersion.testVersion

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common.TestVersion.test_versionTupleToString

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveAscending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertAscendingRemoveDescending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveAscending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertDescendingRemoveDescending

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_avltree.TestAVLTree.testInsertRandomRemoveRandom

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerOneFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerOneSum

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerTwoFiles

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundler.testBundlerTwoSum

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAdd

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketAddUnique

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketDepend

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketImport

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketName

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestBundlerBasket.testBundlerBasketPackage

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestUnbundler.testUnbundler

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_bundle.TestUnbundler.testUnbundlerRelative

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testSimpleStateListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateAppend

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateListenerIntermediate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateSaveReference

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_componentui.TestStateSet.testStateSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_connection.TestConnection.testParse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testDaylightSavingsChange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testExDate

Implemented, but lacks testcase
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.CalendarParserTestCase.testMultipleRRule

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testExAsStartDateWithRecurrence

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testExWithRecurrence

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointSingle

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecur

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testGetPointsRecurUntil

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventSetTestCase.testRecurrenceOverMidnight

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testComparison

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.EventTest.testTimeZones

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.FunctionsTest.testToDateTime

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.testVerifyPoints

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalSchedulerURGentTest.test_getActiveEventInstances

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendar

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarFromFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDateTimes

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithDates

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateAndEndDateTime

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ICalendarTest.testParseCalendarWithStartDateTimeAndEndDate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEvent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithDifferentUID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testAddEventsWithSameUID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotEndBeforeNow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testCurrentEventsDoNotStartLaterThanTomorrow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveRecurrenceId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testGetActiveSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testOverMidnight

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsDaily

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsHourly

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsOverMidnight

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotNow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsNotStartDate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.ManualCalendarTest.testRecurrenceEventsWhereExDateIsStartDate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.iCalTestCase.testGetPoints

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_eventcalendar.iCalTestCase.testRecurrenceId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testBytes

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testExbibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testGibibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testKibibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testMebibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testMegabyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testPebibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatStorage.testTebibyte

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testDay

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testDays

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testFractionalSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testHourMinuteSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testMinuteSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testReallyLong

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testSecond

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testWeek

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testWeeks

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_format.TestFormatTime.testYear

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_fraction.TestFraction.testFractionAsFloat

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_fraction.TestFraction.testFractionAsString

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_fraction.TestFraction.testFractionFromValue

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetEqualTranslatableTwice

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetSameMessageTwice

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testGetSameTranslatableTwice

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.PBSerializationTest.testMessageAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.ResultTest.testSerializeWithError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.ResultTest.testSerializeWithWarning

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testCreate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testDefaultMessageId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_messages.SerializeTest.testSerialize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestAddress.testGetHost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestAddress.testGetPort

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4Parse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestIpv4Parse.testIpv4ParseString

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testAddRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testBasicRouting

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testIterHumanReadable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testParseFromFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRouteIteration

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRouteNamesOrder

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_netutils.TestRoutingTable.testRoutingPrecedence

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testCurrent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testPackagerWithNonePrefix

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testPyRegisterBeforeImportWithoutHooks

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testRegisterBeforeImportWithPackager

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testRegisterNewPackagePath

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestPackagePath.testTwoStackedProjects

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestRecursively.testListDir

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_package.TestRecursively.testListPyfile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.AllComponentStateTest.testClass

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.AllComponentStateTest.testMood

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.InvalidateTest.testInvalidate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ListenerTest.testMood

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ManagerComponentStateTest.testGetSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_planet.ManagerComponentStateTest.testSetWrongArg

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestPid.testAll

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.testKillPid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.testTermPid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_process.TestProcess.test_checkPidRunning

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_pygobject.SetProperty.testButton

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_pygobject.TestPyGObject.testPyGObject

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testDisconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testDisconnectByFunc

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testEmitSelf

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_signals.TestSignalMixin.testMixin

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_vfs.VFSTest.testListDirectory

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testComplete

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testEncoderMuxer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestCompareComponentTypes.testProducerEncoderMuxer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testIndent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testPush

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteLine

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTag

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttr

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagAttrData

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_common_xmlwriter.TestXMLWriter.testWriteTagData

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestExpandElementNames.testOddDelimeters

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testErrors

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneFeedWithout

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneSource

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testOneSourceWithout

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testSimpleOneElement

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testSimpleTwoElements

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoBoth

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoFeeds

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component.TestParser.testTwoSources

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenAfterTheWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testDefaultScheduledCallbackWhenBeforeAndAfterTheWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testInstantiate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledEndCallbackWhenEndInWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledNotACallbackWhenCancelled

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testScheduledStartCallbackWhenStartInWindowSize

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testSubscribe

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testUnsubscribe

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_scheduler.SchedulerTest.testWindowSizeByDefault

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_base_watcher.WatcherTest.testInstantiate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAuthentication

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testAutoExpire

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testHarness

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testKeepAlive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer.TrivialBouncerTest.testTimeoutAlgorithm

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testEarlyCanceling

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testLateCanceling

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testNormalBehaviors

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_bouncer_authsession.AuthSessionBouncerTestCase.testSessionExpiration

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAuthentication

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testAutoExpire

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testHarness

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testKeepAlive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_component.TrivialBouncerTest.testTimeoutAlgorithm

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAuthentication

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testAutoExpire

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testHarness

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testKeepAlive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_bouncers_plug.TrivialBouncerTest.testTimeoutAlgorithm

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestDownstreamFeedClient.testConnectAndFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestDownstreamFeedClient.testRequestFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestFeedClient.testBadPass

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestFeedClient.testConnectWithoutDroppingPB

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestUpstreamFeedClient.testConnectAndFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feed.TestUpstreamFeedClient.testRequestFeed

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.test1277

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feedcomponent.TestFeedComponentMedium.testRemoteEatFrom

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feeder.TestFeeder.testReconnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_feeder.TestFeeder.test_clientConnected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountOnDemand

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testDirMountRoot

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testFileMountEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.MountTest.testFileMountOnDemand

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.PlugTest.testSetRootResource

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.PlugTest.testSetRootResourceMultiple

This is a bug in the httpserver api
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLV

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVRangeStart

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVStart

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testFLVStartZero

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestDirectory.testGetChild

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testFull

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeHead

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeStart

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffix

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testRangeSuffixTooBig

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongEmptyBytesRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongNoRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpserver.TestTextFile.testWrongTypeRange

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestOldProperties.testPropertiesConverted

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestStreamDataNoPlug.testGetStreamData

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData

See #1137
===============================================================================
[SKIPPED]: flumotion.test.test_component_init.TestInit.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorActivation

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_padmonitor.TestPadMonitor.testPadMonitorTimeout

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItems

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddOverlappingItemsReverse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveMultipleItems

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveRepeatedly

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddRemoveSingleItem

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylist.testAddSingleItem

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedMultiple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testItemsSortedSingle

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_component_playlist.TestPlaylistXMLParser.testParseErrorInBlocking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testGetUniqueName

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testGstreamerError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testInstantiateErrors

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testInvalidType

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testNonDefaultLink

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testSimpleLink

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_comptest.TestComponentWrapper.testValidType

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterAutoSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testClockMasterUserSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testGetComponentEntries

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testGetComponentEntriesWrong

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseAtmosphere

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentNoWorker

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentWithLabel

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentWithProject

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithEaters

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithEatersNotSpecified

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleEater

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithMultipleSources

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithSource

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithTwoEaters

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseComponentsWithTwoSources

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseCompoundProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseCompoundPropertiesError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseFlowError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManager

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerWithBogusPlug

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseManagerWithPlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseNoPlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParsePlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParsePlugsWithCompoundProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongAtmosphere

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongConfig

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testParseWrongSyntax

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestConfig.testVirtualFeeds

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testHumanReadable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testRecursive

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestDictDiff.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_config.TestFunctions.testBuildEatersDict

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_configure.TestConfig.testUninstalled

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_configure.TestConfig.testVariables

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsername.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsername.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithCrypt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCrypt.testWithPlaintextWrongSalt

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordCryptChallenger.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameCryptPasswordPlaintext.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintext

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_credentials.TestUsernameSha256PasswordCryptChallenger.testWithPlaintextWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testBible

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testExample

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testSort

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestDAG.testUniqueChildren

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dag.TestPlanet.testPlanet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testBarfOnNongenerator

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testException

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testExceptionChain

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testValues

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldNothing

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldResultAfter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestDefer.testYieldResultAtFirst

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestRetryingDeferred.testRetryOnce

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_defer.TestRetryingDeferred.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestErrorDialog.testDialogMain

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestErrorDialog.testDialogRun

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_dialogs.TestProgressDialog.testDialog

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValues

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValuesCmp

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testEnumValuesWithRepr

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testJelly

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_enum.TestEnum.testRepr

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testInvalidate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testStateAppendRemoveListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestFullListener.testStateSetListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateAddKey

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateDictAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestState.testStateGet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateAppendRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateAppendRemoveListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateDictListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateSetListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_flavors.TestStateSet.testStateWrongListener

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_greeter.WizardTest.testGreeter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptKeycard.testWrongKeycardClass

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPCC.testTamperWithChallenge

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_htpasswdcrypt.TestHTPasswdCryptUACPP.testWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderRootStreamer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderTopStreamer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPRoot.testRenderTreeStreamer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAllowDefault

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPAuthUnauthorized

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenAuthorized

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderHTTPTokenUnauthorized

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderNew

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderNotReady

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_http.TestHTTPStreamingResource.testRenderReachedMaxClients

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestFormat.testFormat

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestFormat.testFormatNoArgument

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestPluralGettext.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestPluralGettext.testTranslated

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularClassbased.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularClassbased.testTranslated

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularGettext.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TestSingularGettext.testTranslated

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatableTest.testTranslatable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatableTest.testTranslatablePlural

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatorTest.testTranslateMessage

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_i18n.TranslatorTest.testTranslateOne

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedBothFloating

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testApprovedTZFromEnvironmentWithFloating

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerFloating.testDeniedUTCAndFloating

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testMalformedIcalFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNoFileProperty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testNonexistentIcalFile

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerSetup.testSuccessfulSetup

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedBothTZID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testApprovedKeycardDurationCalculationTZID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testDeniedTZID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerTZID.testIncorrectTimeTZID

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testApprovedUTC

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_icalbouncer.TestIcalBouncerUTC.testDeniedUTC

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_import.TestImport.testImportAllModules

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestHTTPDigestKeycard.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardHTTPDigest.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardSending.testSend

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardToken.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardUACPCC.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestKeycardUACPP.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_keycards.TestMyKeycard.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testComplexFilter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testParseFailure

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_logfilter.TestLogFilter.testSimpleFilter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_admin.TestAdminAvatar.testAvatarSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachLinear

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleEaters

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersComplex

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_component.TestComponentHeaven.testAttachDetachMultipleFeedersVirtual

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseBouncerComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseManager

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseManagerInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParsePlugs

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestManagerConfigParser.testParseSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseAtmosphereWithComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseFlowInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestPlanetConfigParser.testParseSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestXMLWriter.testMultiple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_config.TestXMLWriter.testPlug

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestComponentMapper.testOneComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testConfigAfterWorker

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testConfigBeforeWorker

andy will definitely not fix this soon
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testDeleteFlow

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadComponentWithSynchronization

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testLoadConfiguration

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_manager.TestVishnu.testWorker

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_worker.TestHeaven.testAdd

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_manager_worker.TestHeaven.testConstructor

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_options.TestOptions.testGroup

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_options.TestOptions.testParser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testClear

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testClearAll

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testPushPop

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testPushRemove

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestAdminStatusbar.testTwoContexts

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHappy

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsHungry

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsLost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsSad

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenOneIsWaking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartMultipleWhenWorkerIsNotLogged

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHappy

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenHungry

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenLost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenSad

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartOneWhenWaking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStartWhenNoSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopMultipleWhenOneIsSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopOneWhenSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanNotStopWhenNoSelection

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStartMultipleWhenSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStartOneWhenSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopMultipleWhenOneNoneIsSleeping

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHappy

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenHungry

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenLost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenSad

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testCanStopOneWhenWaking

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testMultipleSelected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testNoComponents

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testNoneSelected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testOneSelected

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_parts.TestComponentsView.testUpdate

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestAuthenticator.testIssueNoInfo

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestAuthenticator.testIssueUACPCC

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestAuthenticator.testIssueUACPP

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testRightPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.TestTwisted_PortalAuthChallenger.testWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCTamperWithChallenge

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPCCWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPPOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_BouncerWrapper.testUACPPWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactoryHTPasswdCrypt.testWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongPassword

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPBClientFactorySaltSha256.testWrongUser

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pb.Test_FPortalRoot.testRootObject

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pbstream.TestClientEater.testRun

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_pbstream.TestClientEater.testRunImmediateStop

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationFound

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocol.testRightLocationNotFound

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocol.testWrongLocation

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testInjectRequestId

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithHost

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testParseWithParams

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testSimpleParse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testUnparse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestHTTPPorterProtocolParser.testWrongLine

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestPorterProtocol.testBreakDelimiter

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_porter.TestPorterProtocol.testNoIdentifier

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_public_ui_api.TestPublicUI.testPublicUIAPI

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_reflect.TestSimple.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestComponentEntry.testThings

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestFindComponents.testSimple

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testAddXmlParseError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testClean

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testComponentTypeError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDefault

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDump

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDumpWithCompoundProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testDumpWithEscapedPropertyDescription

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testIsTrue

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseBasic

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponentCompoundProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponentProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponentPropertiesErrors

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testParseComponents

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_registry.TestRegistry.testgetMTime

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testOk

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_saltsha256.TestSaltSha256USCPCC.testTamperWithChallenge

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_saltsha256.TestWrongKeycardClass.testWrongKeycardClass

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_testclasses.TestOnePB.testCacheable

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_testclasses.TestOnePB.testFakeKeycard

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_testclasses.TestTwoPB.testFakeKeycard

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testKill

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testProcessesStillRunning

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testTransientProcess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedExitCode

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanExecuteTest.testUnexpectedProcessExit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testKill

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationPlanGenerationTest.testTransientProcess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationProcessTest.testKill

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationProcessTest.testTimeOut

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationProcessTest.testTransientProcess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testFalse

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testKill

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelStartAndKill

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testParallelWait

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_twisted_integration.IntegrationTestDecoratorTest.testTransientProcess

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_ui_fgtk.VUTest.testGetSet

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_ui_fgtk.VUTest.testScale

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_ui_fgtk.VUTest.testWidget

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testAudioTestWorkers

Maybe Andy's generator work broke this ?
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardSaveTest.testFirewireAudioAndVideo

Maybe Andys generator work broke this ?
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardStepTest.testLoadSteps

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard.WizardStepTest.testStepComponentProperties

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testContains

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteAttribute

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteAttributeUnderscore

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteItem

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testDeleteItemUnderscore

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetAttribute

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetAttributeUnderscore

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetInvalid

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetItem

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_models.TestProperties.testSetItemUnderscore

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestNameConflicts.testNameConflicts

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestNameConflicts.testNameConflictsDoubleDigits

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testAudioOnlyStream

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testDefaultStream

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testFirewireStreamerDifferentWorkers

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testMultiFeedProducer

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testOggStream

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestWizardSave.testOndemand

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testAtmosphereComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithFeeders

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testComponentWithPlug

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_wizard_save.TestXMLWriter.testFlowComponent

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_config.WorkerConfigTest.testRandomFeederPorts

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_job.TestCheckJobHeaven.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_medium.TestWorkerMedium.testConnect

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_worker_worker.TestBrain.testInit

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseAuthentication

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseAuthenticationError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseEmpty

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseManager

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseManagerError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerError

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerFeederPorts

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerName

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
===============================================================================
[SKIPPED]: flumotion.test.test_workerconfig.TestConfig.testParseWorkerRandomFeederPorts

this test case does not support running with <twisted.internet.gtk2reactor.Gtk2Reactor object at 0x2aaaacc97750> as the reactor
-------------------------------------------------------------------------------
Ran 633 tests in 96.034s

PASSED (skips=602, successes=31)
make[4]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
make[4]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/test'
Making check in tester
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/tester'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/tester'
Making check in twisted
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/twisted'
Making check in ui
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/ui'
Making check in worker
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker'
Making check in checks
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker/checks'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker/checks'
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/worker'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion'
Making check in doc
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc'
Making check in man
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/man'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/man'
Making check in reference
ls: flumotion/wizard/*.py: No such file or directory
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/reference'
make  check-local
ls: flumotion/wizard/*.py: No such file or directory
ls: flumotion/wizard/*.py: No such file or directory
make[3]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/reference'
Importing 134 modules.
  [  0%] ............................................................
  [ 45%] ............................................................
  [ 90%] ..............
Building API documentation for 134 modules.
  [  0%] ..
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/admin/admin.py
In flumotion.admin.admin.AdminModel.bundleErrback docstring (line 285):
---------------------------------------------------------------------------
     - Warning: @param for unknown parameter filename
     - Warning: raises expected a single argument
     - Warning: @type for unknown parameter filename

...................
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/eventcalendar.py
In flumotion.common.eventcalendar.EventInstance docstring (line 157):
---------------------------------------------------------------------------
     - Warning: @type for unknown variable start
     - Warning: @type for unknown variable end
     - Warning: @type for unknown variable event

===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/eventcalendar.py
In flumotion.common.eventcalendar.Point docstring (line 122):
---------------------------------------------------------------------------
     - Warning: @type for unknown variable dt
     - Warning: @type for unknown variable eventInstance
     - Warning: @type for unknown variable which

..
===========================================================================
/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/flumotion/common/fraction.py
In flumotion.common.fraction.gcd docstring (line 31):
---------------------------------------------------------------------------
  L36: Warning: Possible mal-formatted field item.

..
..............
Warning: could not find a module for <class 'flumotion.common.enum.Moods'>
................
Warning: UID conflict detected: flumotion.common.watched.Watched
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.__init__
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.notify_changed
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.do_mutate
Warning: UID conflict detected: flumotion.common.watched.Watched.unwatch
Warning: UID conflict detected: flumotion.common.watched.Watched.watch
.....
  [ 45%] ....................
make[3]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/reference'
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc/reference'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/doc'
Making check in common
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/common'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/common'
Making check in pkgconfig
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/pkgconfig'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/pkgconfig'
Making check in tests
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests'
Making check in integration
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests/integration'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests/integration'
make[2]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests'
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/tests'
Making check in po
make[1]: Entering directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/buildbot/flumotion/slave.trunk/flumotion-fc5_64-full/build/po'
program finished with exit code 0