aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmir Goldstein <amir73il@gmail.com>2022-08-18 10:23:18 +0300
committerTheodore Ts'o <tytso@mit.edu>2022-08-24 11:16:34 -0400
commit1089486857a9b99a4dcda097c978ed1240f101fe (patch)
tree496b40703dda64c9a0b5824269421625852daa5d
parent203909e2fb5710add44ba120ea789ab8a54d50d0 (diff)
downloadxfstests-bld-1089486857a9b99a4dcda097c978ed1240f101fe.tar.gz
Documentation: update gce-xfstests startup guide
The instructions for setting up a Sendgrid account were a bit out of date. Updated the terms of the Free trial plan and some changed setup flows. The name of the required package python-crcmod was updated to python3-crcmod as the former package is no longer supported. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Link: https://lore.kernel.org/r/20220818072318.928812-1-amir73il@gmail.com
-rw-r--r--Documentation/gce-xfstests.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/Documentation/gce-xfstests.md b/Documentation/gce-xfstests.md
index 972b9ae6..6db819bb 100644
--- a/Documentation/gce-xfstests.md
+++ b/Documentation/gce-xfstests.md
@@ -63,12 +63,11 @@ test reports show up in your inbox once they are finished.
The gce-xfstests system uses sendgrid, so if you would like to get
e-mailed reports, you will need to sign up for a free Sendgrid
-account. Sendgrid is designed for companies who want to do bulk
-mailings, so the free account provides 40,000 e-mails for the
-first 30 days and 100/day afterwards --- and it's highly unlikely that
-you will be running more than 100 test runs per month. To start, visit
-the [Sendgrid website](http://www.sendgrid.com) and click on the "Start
-for Free" button. It may take a day or two
+account. The Sendgrid free account provides 100 e-mails per day and
+it's unlikely that you will be running more than 100 test runs per day.
+
+To start, visit the [Sendgrid website](http://www.sendgrid.com) and
+click on the "Start for Free" button. It may take a day or two
for sendgrid to decide you are a not a robot spammer, so please start
the process right away while you familiarize yourself with the rest of
gce-xfstests.
@@ -80,10 +79,10 @@ verify their Sender Identities before using the service. You could check
Once you have set up a Sendgrid account, get a new API key by going to
the url
[https://app.sendgrid.com/settings/api_keys](https://app.sendgrid.com/settings/api_keys)
-and click on the blue "Create API Key" button and select "General API
-Key". Pick a name such as "gce-xfstests" and enter it into the "Name
-of this key". Then click on the Mail Send's "Full Access" bubble and
-then click on the blue "Save" button. Copy the API key that was
+and click on the blue "Create API Key" button.
+Pick a name such as "gce-xfstests" and enter it into "API Key Name".
+Then click on the Mail Send's "Full Access" bubble and
+then click on the blue "Create & View" button. Copy the API key that was
generated and use it to set the `GCE_SG_API` configuration variable in
gce-xfstests's config file.
@@ -126,7 +125,7 @@ https://cloud.google.com/sdk/docs/quickstart-linux
2. Install the following packages (debian package names
used):
- % sudo apt-get install jq xz-utils dnsutils python-crcmod
+ % sudo apt-get install jq xz-utils dnsutils python3-crcmod
## Configure gce-xfstests