Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
Loading
...@@ -56,7 +56,7 @@ RUN find . -type f -exec sed -i -E 's/(import\ .*)_pb2/from . \1_pb2/g' {} \; ...@@ -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 # Create component sub-folders, get specific Python packages
RUN mkdir -p /var/teraflow/mock_nbi_dependencies RUN mkdir -p /var/teraflow/mock_nbi_dependencies
WORKDIR /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 pip-compile --quiet --output-file=requirements.txt requirements.in
RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -r requirements.txt
......
...@@ -12,8 +12,3 @@ ...@@ -12,8 +12,3 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
grpcio==1.47.*
grpcio-health-checking==1.47.*
grpcio-reflection==1.47.*
grpcio-tools==1.47.*
protobuf==3.20.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment