Modify Nightly_Sanity.py to use sta_connect2.py script, Remove test_connect.py, add user notes and README file

This commit is contained in:
bealler
2020-11-23 13:01:11 -05:00
parent 42cc9f5896
commit 2f47a3aaba
11 changed files with 448 additions and 513 deletions

View File

@@ -1,5 +1,12 @@
#!/usr/bin/python3
##################################################################################
# Module contains functions to interact with CloudSDK using APIs
# Start by calling get_bearer to obtain bearer token, then other APIs can be used
#
# Used by Nightly_Sanity and Throughput_Test #####################################
##################################################################################
import base64
import urllib.request
from bs4 import BeautifulSoup