~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to scripts/run-acceptance-tests

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2013-06-13 00:42:12 UTC
  • mfrom: (922.1.24 more-qa-anchors-for-sso)
  • Revision ID: tarmac-20130613004212-rzryogvwsfzw0h80
[r=elopio] - Adding lots of data-qa-id attrs to several HTML elements for ubuntu, launchpad and ubuntuone templates.
- Bumped revno of u1testutils to 80.
- Unified login/logout template rendering mechanism between ubuntu and launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
if [ ${TARGET} = "dev" ]; then
48
48
    # dev is special: we need to start it up.
49
49
    ./scripts/acceptance-dev.sh
 
50
if [ ${TARGET} = "dev-u1" ]; then
 
51
    # dev is special: we need to start it up.
 
52
    ./scripts/acceptance-dev.sh -b ubuntuone
50
53
else
51
54
    SST_BASE_URL="$SST_BASE_URL" fab acceptance:screenshot=true,report=xml
52
55
fi