Commit ed131e77 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tests - ACL End-to-end integration test:

- Code polishing
- Added execute permissions to scripts
parent 50e4cd3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#!/bin/bash
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
+1 −0
Original line number Diff line number Diff line
#!/bin/bash
# Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@

import json, logging, os
from typing import Dict

from .Tools import do_rest_delete_request, do_rest_get_request

LOGGER = logging.getLogger(__name__)