tests: rename "master" branch references to "main"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2021-05-12 10:38:12 -07:00
parent 77c8033739
commit 19fcefae70
3 changed files with 5 additions and 5 deletions

View File

@@ -13,11 +13,11 @@ options {
};
zone "etcd.local" IN {
type master;
type main;
file "/etc/bind/etcd.zone";
};
zone "0.0.127.in-addr.arpa" {
type master;
type main;
file "/etc/bind/rdns.zone";
};

View File

@@ -13,11 +13,11 @@ options {
};
zone "etcd.local" IN {
type master;
type main;
file "/etc/bind/etcd.zone";
};
zone "0.0.127.in-addr.arpa" {
type master;
type main;
file "/etc/bind/rdns.zone";
};

View File

@@ -4,7 +4,7 @@
See [`rpcpb.Case`](https://godoc.org/github.com/coreos/etcd/functional/rpcpb#Case) for all failure cases.
See [functional.yaml](https://github.com/etcd-io/etcd/blob/master/tests/functional/functional.yaml) for an example configuration.
See [functional.yaml](https://github.com/etcd-io/etcd/blob/main/tests/functional/functional.yaml) for an example configuration.
### Run locally