File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 77before_script :
88- export PYTHONPATH=$PYTHONPATH:$(pwd) 
99script :
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 
1029- examples/create_alert.py XXX 
1130- examples/delete_alert.py XXX 
1231- examples/create_dashboard.py XXX 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ python-sdcclient
22================ 
33
44[ ![ 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 ) 
66
77A python client API for Sysdig Cloud.
88
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments