From 19fcefae70c38121005bae20d355796434bbcf4f Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 12 May 2021 10:38:12 -0700 Subject: [PATCH] tests: rename "master" branch references to "main" Signed-off-by: Gyuho Lee --- tests/docker-dns-srv/named.conf | 4 ++-- tests/docker-dns/named.conf | 4 ++-- tests/functional/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/docker-dns-srv/named.conf b/tests/docker-dns-srv/named.conf index b9b362745..76ce0caa1 100644 --- a/tests/docker-dns-srv/named.conf +++ b/tests/docker-dns-srv/named.conf @@ -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"; }; diff --git a/tests/docker-dns/named.conf b/tests/docker-dns/named.conf index b9b362745..76ce0caa1 100644 --- a/tests/docker-dns/named.conf +++ b/tests/docker-dns/named.conf @@ -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"; }; diff --git a/tests/functional/README.md b/tests/functional/README.md index 0b6f9d196..fe91b86cb 100644 --- a/tests/functional/README.md +++ b/tests/functional/README.md @@ -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