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

NBI Component:

- Corrected inclusion of clients for Descriptor Loader
- Corrected test data files
parent 62a120d8
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -63,9 +63,14 @@ RUN python3 -m pip install -r requirements.txt
# Add component files into working directory
WORKDIR /var/teraflow
COPY src/nbi/. nbi/
COPY src/context/. context/
COPY src/service/. service/
COPY src/slice/. slice/
COPY src/context/__init__.py context/__init__.py
COPY src/context/client/. context/client/
COPY src/device/__init__.py device/__init__.py
COPY src/device/client/. device/client/
COPY src/service/__init__.py service/__init__.py
COPY src/service/client/. service/client/
COPY src/slice/__init__.py slice/__init__.py
COPY src/slice/client/. slice/client/
RUN mkdir -p /var/teraflow/tests/tools
COPY src/tests/tools/mock_osm/. tests/tools/mock_osm/

+0 −1944

File deleted.

Preview size limit exceeded, changes collapsed.

+14 −28
Original line number Diff line number Diff line
@@ -1332,7 +1332,7 @@
                                                    "ietf-eth-tran-types:classify-s-vlan"
                                                ],
                                                "vlan-bundling": false,
                                                "vlan-range": "1-4096"
                                                "vlan-range": "1-4094"
                                            }
                                        }
                                    }
@@ -1352,7 +1352,7 @@
                                                    "ietf-eth-tran-types:classify-s-vlan"
                                                ],
                                                "vlan-bundling": false,
                                                "vlan-range": "1-4096"
                                                "vlan-range": "1-4094"
                                            }
                                        }
                                    }
@@ -1365,45 +1365,31 @@
                                "admin-status": "up",
                                "name": "OLT",
                                "connectivity-matrices": {
                                    "label-restrctions": {
                                        "label-restrction": [
                                    "label-restrictions": {
                                        "label-restriction": [
                                            {
                                                "index": 0,
                                                "label-start": {
                                                    "te-label": {
                                                        "technology": {
                                                            "ietf-eth-te-topology:eth": {
                                                                "vlanid": 21
                                                            }
                                                        }
                                                        "ietf-eth-te-topology:vlanid": 21
                                                    }
                                                },
                                                "label-end": {
                                                    "te-label": {
                                                        "technology": {
                                                            "ietf-eth-te-topology:eth": {
                                                                "vlanid": 21
                                                            }
                                                        }
                                                        "ietf-eth-te-topology:vlanid": 21
                                                    }
                                                }
                                            },
                                            {
                                                "index": 1,
                                                "label-start": {
                                                    "te-label": {
                                                        "technology": {
                                                            "ietf-eth-te-topology:eth": {
                                                                "vlanid": 31
                                                            }
                                                        }
                                                        "ietf-eth-te-topology:vlanid": 31
                                                    }
                                                },
                                                "label-end": {
                                                    "te-label": {
                                                        "technology": {
                                                            "ietf-eth-te-topology:eth": {
                                                                "vlanid": 31
                                                            }
                                                        }
                                                        "ietf-eth-te-topology:vlanid": 31
                                                    }
                                                }
                                            }
@@ -1451,7 +1437,7 @@
                                                    "ietf-eth-tran-types:classify-s-vlan"
                                                ],
                                                "vlan-bundling": false,
                                                "vlan-range": "1-4096"
                                                "vlan-range": "1-4094"
                                            }
                                        }
                                    }
@@ -1504,7 +1490,7 @@
                                                    "ietf-eth-tran-types:classify-s-vlan"
                                                ],
                                                "vlan-bundling": false,
                                                "vlan-range": "1-4096"
                                                "vlan-range": "1-4094"
                                            }
                                        }
                                    }
@@ -1812,7 +1798,7 @@
                    {
                        "link-id": "10.0.30.1-500",
                        "source": {
                            "source-node": "10.0.0.1",
                            "source-node": "10.0.30.1",
                            "source-tp": "500"
                        },
                        "destination": {
@@ -1952,7 +1938,7 @@
                            "te-link-attributes": {
                                "access-type": "point-to-point",
                                "admin-status": "up",
                                "name": "128.32.20.15-500",
                                "name": "128.32.20.1-500",
                                "max-link-bandwidth": {
                                    "te-bandwidth": {
                                        "ietf-eth-te-topology:eth-bandwidth": 10000000
+2690 −212

File changed.

Preview size limit exceeded, changes collapsed.

+170 −83

File changed.

Preview size limit exceeded, changes collapsed.