Closed robin2008 closed 5 years ago
For example, the failed diff case show as below: it is cased by the envionrment does not meet the test case requirement.
> },
> "site": {
> "clustersite": {
> - "xcatdebugmode": "1",
> - "domain": "test.com",
> - "master": "10.1.1.2",
> - "forwarders": "10.0.0.1"
> + "xcatdebugmode": "0",
> + "domain": "cluster.com",
> + "master": "10.1.1.1"
> }
> },
> "network": {
> "10_0_0_0-255_0_0_0": {
> "basic_attr": {
> - "mgtifname": "eth1"
> + "mgtifname": "eth0"
CHECK:rc == 0 [Failed]
agree to merge
Trigger CI on master branch, and CI could ensure python2 is working.
UT it on a python3 environtment:
The failed cases is caused by the python3, but the hard code in test cases.