Skip to content

Commit

Permalink
make all the port number 0 and temporarily comment out the all the se…
Browse files Browse the repository at this point in the history
…gment that are not hsi
  • Loading branch information
plasorak committed May 24, 2024
1 parent d4d0ab0 commit ebfb7fd
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions test/config/df-segment.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,32 +90,32 @@

<obj class="Service" id="df-controller_control">
<attr name="protocol" val="grpc"/>
<attr name="port" val="5600"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="df-01_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5601"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="df-02_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5602"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="df-03_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5603"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="dfo-01_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5604"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="tp-stream-writer_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5605"/>
<attr name="port" val="0"/>
</obj>


Expand Down
4 changes: 2 additions & 2 deletions test/config/hsi-segment.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@

<obj class="Service" id="hsi-controller_control">
<attr name="protocol" val="grpc"/>
<attr name="port" val="5800"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="hsi-01_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5801"/>
<attr name="port" val="0"/>
</obj>


Expand Down
8 changes: 4 additions & 4 deletions test/config/ru-segment.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,22 @@

<obj class="Service" id="ru-controller_control">
<attr name="protocol" val="grpc"/>
<attr name="port" val="5500"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="ru-01_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5501"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="ru-02_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5502"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="ru-03_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5503"/>
<attr name="port" val="0"/>
</obj>

<obj class="RCApplication" id="ru-controller">
Expand Down
6 changes: 3 additions & 3 deletions test/config/test-session.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<obj class="Service" id="root-controller_control">
<attr name="protocol" type="string" val="grpc"/>
<attr name="port" type="u16" val="3333"/>
<attr name="port" type="u16" val="0"/>
<attr name="eth_device_name" type="string" val=""/>
</obj>

Expand All @@ -113,9 +113,9 @@

<obj class="Segment" id="root-segment">
<rel name="segments">
<ref class="Segment" id="ru-segment"/>
<!-- <ref class="Segment" id="ru-segment"/>
<ref class="Segment" id="df-segment"/>
<ref class="Segment" id="trg-segment"/>
<ref class="Segment" id="trg-segment"/> -->
<ref class="Segment" id="hsi-segment"/>
</rel>
<rel name="controller" class="RCApplication" id="root-controller"/>
Expand Down
10 changes: 5 additions & 5 deletions test/config/trigger-segment.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,27 +99,27 @@

<obj class="Service" id="trg-controller_control">
<attr name="protocol" val="grpc"/>
<attr name="port" val="5700"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="hsi-to-tc-app_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5701"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="mlt_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5702"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="tc-maker-1_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5703"/>
<attr name="port" val="0"/>
</obj>

<obj class="Service" id="tc-buffer-1_control">
<attr name="protocol" val="rest"/>
<attr name="port" val="5704"/>
<attr name="port" val="0"/>
</obj>


Expand Down

0 comments on commit ebfb7fd

Please sign in to comment.