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

NBI component:

- Fixed unitary tests
- Fixed CI/CD pipeline
parent ce0401b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ RUN find . -type f -exec sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' {} \;
# Create component sub-folders, get specific Python packages
RUN mkdir -p /var/teraflow/mock_nbi_dependencies
WORKDIR /var/teraflow/mock_nbi_dependencies
COPY src/mock_nbi_dependencies/requirements.in requirements.in
COPY src/tests/tools/mock_nbi_dependencies/requirements.in requirements.in
RUN pip-compile --quiet --output-file=requirements.txt requirements.in
RUN python3 -m pip install -r requirements.txt

+0 −5
Original line number Diff line number Diff line
@@ -12,8 +12,3 @@
# See the License for the specific language governing permissions and
# limitations under the License.
grpcio==1.47.*
grpcio-health-checking==1.47.*
grpcio-reflection==1.47.*
grpcio-tools==1.47.*
protobuf==3.20.*