File: ChangeLog

package info (click to toggle)
resource-agents 1%3A4.0.0~rc1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,644 kB
  • ctags: 2,191
  • sloc: sh: 47,713; ansic: 4,074; perl: 3,457; makefile: 663; xml: 89
file content (57 lines) | stat: -rw-r--r-- 2,289 bytes parent folder | download | duplicates (7)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
0.43:
	- Add an option 'Agent' in 'CONFIG'
	- Fix a bug about remote shell.
	- Add top level option 'VARIABLE'.
	- Add top level option 'CLEANUP-AGENT'.
	- Rename Var & Unvar to Env & Unenv.
	- Fix a bug about agent installation.
	- Modified configs of agent according the new syntax.
0.42:
	- Fix a bug about agent installation.
	- The tests stop early if the basic functionality it not there.
	- Fix a bug about 'config parser'.
	- Keep the resource stat between the runs to avoid there are multiple stop/start per run.
	- Add a function with warning output.
	- Adjust the sequence of cases running.
	- Change the default timeout.
	- Replace the crm_master command in Agent scripts, it is no use in testing, 
	  because the agent runs in local when test.
	- Support drbd testing if the configuration is correct.
	- Fix a 'Include' bug.
	- Fix a bug about configuration of 'mysql'.
0.41:
	- Fixed a remote shell bug.
	- Improved 'Include' option, now it supports remote shell, invoked just like 'Include@ip_address'.
	- Show line number, if syntax error occurs in config file.
	- Add a 'AgentRoot' sub-option.
	- Fix a bug with config parsing.
	- Rename ACTION "run" to "test".
	- Add a simple output mode for "test" ACTION.
	- Add a verbose ouput mode for "help" ACTION.
	- The output will be recorded to log file.
	- Add double stop and double start to tests.
	- Exit with 1 if test script failed.
	- The output of agents will be exposed if the test fails.
	- Run zypper with -q
	- Use 127.0.0.x(and lo for interface) for agents IP*
0.4:
	- Add a 'CASE-BLOCK' top option, it can be included by 'CASE'
	- Add a 'SETUP-AGENT' top option, you can initialize agents before testing.  
	- Add a 'Include' sub-option.
	- Add a 'Unvar' sub-option.
	- Rename 'GLOBAL' to 'CONFIG'.
	- Modify a part of syntax.
	- Imporve the 'InstallPackage' option, now it supports SUSE, Redhat and Debian.
	- Add README & README.zh_CN.
0.3:
	- All statements in CASE can be executed by remote shell.
0.2:
	- Implement options: BashAtExit, GLOBAL, HangTimeout, InstallPackage.
	- Delete option: Name.
	- Modify a part of syntax.
	- Fix some bugs.
	- Print testing message in human readable format.
	- Improve 'make' and 'run' option.
	- Add 'clean' option.
0.1:
	- Implement options: CASE, Bash, Run, Var, Name.