blob: b394436d19f8bf6608a77a79074334f51f294664 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
Configuration
=============================================
Executing CMSO in a standalone environment requires
* MarisDB instance
* Maven
* Java JDK 1.8
Executing the Robot testsuite requires
* Pyhton 2.7
* Robot Framework
Running the example
-----------------------
TBD
Running the Robot Framework ETE testsuite
----------------------------------------------
TBD
Committing the Code
-----------------------
$ git commit -am "Initial proj struct"
$ git review -s
$ git commit -as --amend
# scroll down 2 lines (above your Change-ID) insert "Issue-ID: {issue_id}"
$ git review
|