dev/modules/sysconfig/templates/workspace.info.js.erb
author ymh <ymh.work@gmail.com>
Wed, 12 Mar 2014 16:52:58 +0100
changeset 597 6cbcec19079b
parent 593 8156e6e3c503
child 628 ecf0e467eeb8
permissions -rw-r--r--
add automated script for test
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
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
     6
    }); 
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
597
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
     9
//define ("WORKSPACE_URL", 'http://<%= @ipaddress_eth1 %>/');
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
    10
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
    11
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
    12
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
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
    14
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
// 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
    16
// 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
    17
597
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    18
define ("USER_EDIT", '<%= @user_edit_name %>');
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    19
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
    20
597
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    21
define ("USER_COM", '<%= @user_com_name %>');
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    22
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
    23
597
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    24
define ("USER_OBSERV", '<%= @user_observ_name %>');
6cbcec19079b add automated script for test
ymh <ymh.work@gmail.com>
parents: 593
diff changeset
    25
define ("PASS_OBSERV", '<%= @user_observ_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
    26
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
    27