Update README.md with instructions to run tests using testing-daily images
[osm/tests.git] / robot-systest / resources / sa_07-alarms_from_sa-related_vnfs_data.py
index 6d63b55..a7a3456 100644 (file)
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-from pathlib import Path
-
 from common_helpers import get_prometheus_info
 
 
 # Prometheus host and port
-(prometheus_host, prometheus_port) = get_prometheus_info()
+(
+    prometheus_host,
+    prometheus_port,
+    prometheus_user,
+    prometheus_password,
+) = get_prometheus_info()