Fixed garbled archetypes.xml scenario.
Change-Id: Id2b128a0c51ca0ce50428a8164f7996d7df8dd48
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
42 | <step name="Reinstall-App-With-UI" requires="^,~Verify-CLI" | 42 | <step name="Reinstall-App-With-UI" requires="^,~Verify-CLI" |
43 | exec="onos-app ${OCI} reinstall! target/test-app-1.2.3.oar"/> | 43 | exec="onos-app ${OCI} reinstall! target/test-app-1.2.3.oar"/> |
44 | <step name="Verify-UI" requires="^" | 44 | <step name="Verify-UI" requires="^" |
45 | - exec="onos-check-views $ou{OCI} id=sample"/> | 45 | + exec="onos-check-views ${OCI} id=sample"/> |
46 | 46 | ||
47 | <step name="Create-App-UI-Table-Overlay" requires="Reinstall-App-With-UI" | 47 | <step name="Create-App-UI-Table-Overlay" requires="Reinstall-App-With-UI" |
48 | exec="onos-create-app uitab org.test.app test-app 1.2.3 org.test.app -DinteractiveMode=false"/> | 48 | exec="onos-create-app uitab org.test.app test-app 1.2.3 org.test.app -DinteractiveMode=false"/> | ... | ... |
-
Please register or login to post a comment