You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to API via Rest Connecor, and create filter entry, check the added filter entry (and delete the filter entry). This will check if the filter entry exists, or not to make sure REST API is properly done.
4
+
5
+
No python knowledge required. All is done in YAML by using `Blitz`(Quick Trigger).
6
+
7
+
# Steps
8
+
9
+
Please check `trigger_datafile.yaml`. The test is written in YAML. So, easy to find corresponding steps in the YAML.
10
+
11
+
1. Check Filter Entry doesn't exist
12
+
2. Check Filter Entry doesn't exist under tenant
13
+
3. Create Filter Entry under tenant
14
+
4. Check Filter Entry exists
15
+
5. Check Filter Entry exists under tenant
16
+
6. Delete Filter Entry (Optional)
17
+
18
+
# Preparation
19
+
20
+
Install pyATS|Genie and Rest Connector.
21
+
22
+
```
23
+
pip install 'pyats[full]' rest.connector
24
+
```
25
+
26
+
# Running
27
+
28
+
By pyats run job command
29
+
```
30
+
pyats run job job.py --testbed-file aci_devnet_sandbox.yaml
0 commit comments