dev/modules/sysconfig/templates/workspace.info.js.erb
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:34:46 +0200
changeset 655 cac6781d8b7f
parent 628 ecf0e467eeb8
permissions -rw-r--r--
add the file settings_dev.py to be cleaned, set cache timeout to 0 (i.e. disable cache for tests)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
593
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
function define (name, value) {
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    Object.defineProperty (exports, name, {
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
        value:      value,
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
        enumerable: true
628
ecf0e467eeb8 adapt dev enviromenent to the new test-suite location
ymh <ymh.work@gmail.com>
parents: 597
diff changeset
     6
    });
593
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
}
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
628
ecf0e467eeb8 adapt dev enviromenent to the new test-suite location
ymh <ymh.work@gmail.com>
parents: 597
diff changeset
     9
define ("DEBUG", false);
ecf0e467eeb8 adapt dev enviromenent to the new test-suite location
ymh <ymh.work@gmail.com>
parents: 597
diff changeset
    10
593
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
define ("USER_ADMIN", '<%= @superuser_name %>');
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
define ("PASS_ADMIN", '<%= @superuser_pw %>');
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
define ("BROWSERS", ['PhantomJS']);
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
// TODO: decide wether we should populate workspaces with standard users or
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
// create them on the fly ?
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
597
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    19
define ("USER_EDIT", '<%= @user_edit_name %>');
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    20
define ("PASS_EDIT", '<%= @user_edit_pw %>');
593
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
597
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    22
define ("USER_COM", '<%= @user_com_name %>');
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    23
define ("PASS_COM", '<%= @user_com_pw %>');
593
8156e6e3c503 add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
597
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    25
define ("USER_OBSERV", '<%= @user_observ_name %>');
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    26
define ("PASS_OBSERV", '<%= @user_observ_pw %>');