Revision 5079dec2

b/ci/tests.sh
24 24

  
25 25
TEST_COMPONENTS="$@"
26 26
if [ -z "$TEST_COMPONENTS" ]; then
27
    TEST_COMPONENTS="astakos cyclades pithos"
27
    TEST_COMPONENTS="astakos cyclades"
28 28
fi
29 29

  
30 30
for component in $TEST_COMPONENTS; do
b/snf-common/synnefo/settings/test.py
66 66
CLOUDBAR_LOCATION = '/static/im/cloudbar/'
67 67
CLOUDBAR_SERVICES_URL = '/ui/get_services'
68 68
CLOUDBAR_MENU_URL = '/ui/get_menu'
69

  
70
TEST_RUNNER = 'pithos.api.test.PithosTestSuiteRunner'

Also available in: Unified diff