| # missing resources test |
| ./test/hs/hbal -t $TESTDATA_DIR/missing-resources.data |
| >>>2 /node node2 is missing .* ram and .* disk/ |
| >>>= 0 |
| ./test/hs/hinfo -t $TESTDATA_DIR/missing-resources.data |
| >>>2 /node node2 is missing .* ram and .* disk/ |
| >>>= 0 |
| |
| |
| # common suffix test |
| ./test/hs/hbal -t $TESTDATA_DIR/common-suffix.data -v -v |
| >>>/Stripping common suffix of '\.example\.com' from names/ |
| >>>= 0 |
| ./test/hs/hinfo -t $TESTDATA_DIR/common-suffix.data -v -v |
| >>>/Stripping common suffix of '\.example\.com' from names/ |
| >>>= 0 |
| |
| |
| # invalid node test |
| ./test/hs/hbal -t $TESTDATA_DIR/invalid-node.data |
| >>>2 /Unknown node '.*' for instance new-0/ |
| >>>= !0 |
| |
| ./test/hs/hspace -t $TESTDATA_DIR/invalid-node.data |
| >>>2 /Unknown node '.*' for instance new-0/ |
| >>>= !0 |
| |
| ./test/hs/hinfo -t $TESTDATA_DIR/invalid-node.data |
| >>>2 /Unknown node '.*' for instance new-0/ |
| >>>= !0 |