=== modified file 'README'
@@ -1,4 +1,4 @@
-Abrek is an automated testing framework with pre-defined tests and the
+Lava-test is an automated testing framework with pre-defined tests and the
ability to define additional tests as needed. Tests can be
automatically installed, executed, and the results can be parsed and
uploaded to an external server.
=== renamed file 'bin/abrek' => 'bin/lava-test'
=== modified file 'setup.py'
@@ -21,16 +21,16 @@
try:
from DistUtilsExtra.auto import setup
except ImportError:
- print >> sys.stderr, 'To build abrek you need', \
+ print >> sys.stderr, 'To build lava-test you need', \
'https://launchpad.net/python-distutils-extra'
sys.exit(1)
setup(
-name='abrek',
+name='lava-test',
version=version,
author='Paul Larson',
author_email='paul.larson@linaro.org',
-url='https://launchpad.net/abrek',
-description='Abrek automated testing framework',
+url='https://launchpad.net/lava-test',
+description='Lava test execution framework',
long_description=open("README").read() + "\n",
)