This repository was archived by the owner on Sep 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ p4rt-bash:
8080 cd ../scenarios && docker-compose exec p4rt /bin/bash
8181
8282app-load :
83- ${onos_tools_dir} /onos-app localhost install! app/target/up4-app-1.0.0-rc1 .oar
83+ ${onos_tools_dir} /onos-app localhost install! app/target/up4-app-1.0.0.oar
8484
8585app-reload :
86- ${onos_tools_dir} /onos-app localhost reinstall! app/target/up4-app-1.0.0-rc1 .oar
86+ ${onos_tools_dir} /onos-app localhost reinstall! app/target/up4-app-1.0.0.oar
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.omecproject</groupId >
1313 <artifactId >up4</artifactId >
14- <version >1.0.0-rc1 </version >
14+ <version >1.0.0</version >
1515 <relativePath >../pom.xml</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 1111 <parent >
1212 <groupId >org.omecproject</groupId >
1313 <artifactId >up4</artifactId >
14- <version >1.0.0-rc1 </version >
14+ <version >1.0.0</version >
1515 <relativePath >../pom.xml</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 1616
1717 <groupId >org.omecproject</groupId >
1818 <artifactId >up4</artifactId >
19- <version >1.0.0-rc1 </version >
19+ <version >1.0.0</version >
2020 <packaging >pom</packaging >
2121
2222 <description >UP4 Control app</description >
Original file line number Diff line number Diff line change 4747 <step name =" Up4-App-Wait-For-Uninstalled" requires =" ^"
4848 exec =" docker-log-grep ${ODI} 'Application org.omecproject.up4 has been uninstalled'" />
4949 <step name =" Up4-Oar-Exists" requires =" ^"
50- exec =" test -f ${UP4_ROOT}/app/app/target/up4-app-1.0.0-rc1 .oar" />
50+ exec =" test -f ${UP4_ROOT}/app/app/target/up4-app-1.0.0.oar" />
5151 <step name =" Up4-App-Install-Local-Build" requires =" ^" delay =" 5"
52- exec =" onos-app ${OCI} reinstall! ${UP4_ROOT}/app/app/target/up4-app-1.0.0-rc1 .oar" />
52+ exec =" onos-app ${OCI} reinstall! ${UP4_ROOT}/app/app/target/up4-app-1.0.0.oar" />
5353
5454 <parallel var =" ${OD#}" >
5555 <!-- FIXME: ${OC#} pointing to the same instance localhost, should we use a container that can resolve onos1/2/3 hostnames? -->
You can’t perform that action at this time.
0 commit comments