File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 7
7
before_script :
8
8
- export PYTHONPATH=$PYTHONPATH:$(pwd)
9
9
script :
10
+ - echo "Testing source version"
11
+ - examples/create_alert.py XXX
12
+ - examples/delete_alert.py XXX
13
+ - examples/create_dashboard.py XXX
14
+ - examples/delete_dashboard.py XXX
15
+ - examples/get_data_advanced.py XXX ip-10-0-2-180.ec2.internal
16
+ - examples/get_data_datasource.py XXX
17
+ - examples/get_data_simple.py XXX
18
+ - examples/list_alerts.py XXX
19
+ - examples/list_dashboards.py XXX
20
+ - examples/list_hosts.py XXX
21
+ - examples/list_metrics.py XXX
22
+ - examples/post_event.py XXX "test event name" "test event description"
23
+ - examples/print_data_retention_info.py XXX
24
+ - examples/print_explore_grouping.py XXX
25
+ - examples/print_user_info.py XXX
26
+ - echo "Testing pip version"
27
+ - rm -rf sdcclient
28
+ - pip install sdcclient
10
29
- examples/create_alert.py XXX
11
30
- examples/delete_alert.py XXX
12
31
- examples/create_dashboard.py XXX
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ python-sdcclient
2
2
================
3
3
4
4
[ ![ Build Status] ( https://travis-ci.org/draios/python-sdc-client.png?branch=master )] ( https://travis-ci.org/draios/python-sdc-client )
5
- [ ![ Current version on PyPI] ( http://img.shields.io/pypi/v/sdcclient.svg )] [ pypi ]
5
+ [ ![ Current version on PyPI] ( http://img.shields.io/pypi/v/sdcclient.svg )] ( https:// pypi.python.org/pypi/sdcclient )
6
6
7
7
A python client API for Sysdig Cloud.
8
8
You can’t perform that action at this time.
0 commit comments