Skip to content

Commit f98e218

Browse files
committed
updated README
1 parent 068484a commit f98e218

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

aci_tenant/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Overview
22

3-
Connect to API via Rest Connecor, and create tenant, check the tenant and delete the tenant. This will check if the tenant exists, or not to make REST API is properly done.
3+
Connect to API via Rest Connecor, and create tenant, check the tenant and delete the tenant. This will check if the tenant exists, or not to make sure REST API is properly done.
44

5-
No python code. All is done in YAML by using `Blitz`(Quick Trigger).
5+
No python knowledge required. All is done in YAML by using `Blitz`(Quick Trigger).
66

77
# Steps
88

@@ -16,7 +16,7 @@ Please check `trigger_datafile.yaml`. The test is written in YAML. So, easy to f
1616

1717
# Preparation
1818

19-
Please install pyATS|Genie and Rest Connector.
19+
Install pyATS|Genie and Rest Connector.
2020

2121
```
2222
pip install 'pyats[full]' rest.connector
@@ -37,7 +37,7 @@ pyats run genie --testbed-file aci_devnet_sandbox.yaml --trigger-datafile trigge
3737
# Try customization in YAML
3838

3939
### Try #1
40-
As quick customize, please change `tenant` name under `vars` at top of `trigger_datafile.yaml`.
40+
As quick customize, change `tenant` name under `vars` at top of `trigger_datafile.yaml`.
4141

4242
```
4343
vars:
@@ -46,7 +46,7 @@ vars:
4646
```
4747
### Try #2
4848

49-
Please comment step4(`delete_tenant`).
49+
Comment whole step4(`delete_tenant`).
5050

5151
```
5252
(snip)
@@ -73,9 +73,9 @@ Please comment step4(`delete_tenant`).
7373
(snip)
7474
```
7575

76-
`check_tenant_was_deleted` step will be failed. but it's fince since we didn't delete. So, it's expected.
76+
`check_tenant_was_deleted` step will be failed. but it's fine since we didn't delete. So, it's expected.
7777

78-
And go to https://sandboxapicdc.cisco.com (Please check username/password from `aci_devnet_sandbox.yaml`).
78+
Go to https://sandboxapicdc.cisco.com (Check username/password from `aci_devnet_sandbox.yaml`).
7979

8080
After login to APIC, click `Tenants` tab. And then the created tenant should be there.
8181

0 commit comments

Comments
 (0)