← Back to team overview

maas-devel team mailing list archive

Re: Build failed in Jenkins: saucy-adt-maas-daily » amd64,lenovo-RD230-01 #216

 


Successfully installed nose-timer
Cleaning up...
maas-integration.TestMAASIntegration.test_disable_raring ... ok
maas-integration.TestMAASIntegration.test_create_admin ... ok
maas-integration.TestMAASIntegration.test_restart_dbus_avahi ... ok
maas-integration.TestMAASIntegration.test_update_maas_url ... ok
maas-integration.TestMAASIntegration.test_check_initial_services ... ok
maas-integration.TestMAASIntegration.test_update_pxe_config ... ERROR
SKIP: Not testing Cluster controller

======================================================================
ERROR: maas-integration.TestMAASIntegration.test_update_pxe_config
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
   File "/tmp/adt-run.DZliPf/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 295, in test_update_pxe_config
     update_pxe_config()
   File "/tmp/adt-run.DZliPf/ubtree1-build/real-tree/debian/tests/utils.py", line 77, in update_pxe_config
     ephemerals_fd = open("/etc/maas/import_ephemerals", "r+")
IOError: [Errno 2] No such file or directory: '/etc/maas/import_ephemerals'

This is expected. We need to update the integreation tests script to cope with new package with the python-based "import ephemerals" script (and, more specifically, the removal of the old config file '/etc/maas/import_ephemerals').

R.


References