Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
fe6afb55
Commit
fe6afb55
authored
Jun 19, 2018
by
Thanassis Tsiodras
Browse files
Replace all hardcoded paths with relative ones.
parent
b9fc283c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Demo_3Nodes/DeploymentView.aadl
View file @
fe6afb55
...
...
@@ -29,7 +29,7 @@ PROPERTIES
Taste::Interface_Coordinates => "122438 77785" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{devname ""eth0"", address ""127.0.0.1"" , port 5114}";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Version => "0.1beta";
END generic_sockets_ip_pohiada;
...
...
@@ -63,7 +63,7 @@ PROPERTIES
Taste::Interface_Coordinates => "138837 74445" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{devname ""eth0"", address ""127.0.0.1"" , port 5115}";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Version => "0.1beta";
END generic_sockets_ip_pohiada;
...
...
@@ -97,7 +97,7 @@ PROPERTIES
Taste::Interface_Coordinates => "131498 81125" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{devname ""eth0"", address ""127.0.0.1"" , port 5116}";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Version => "0.1beta";
END generic_sockets_ip_pohiada;
...
...
Demo_DLL/DataView.aadl
View file @
fe6afb55
--------------------------------------------------------
--
! File generated by asn2aadl v2.1.15: DO NOT EDIT !
--------------------------------------------------------
--
! InputASN1FileChecksum:20ac8ef9090b561c0f86207e317d38f5:
/home/taste/tool-src/testSuites/Demo_DLL/
DataView.asn:
--
! InputASN1FileChecksum:ee8a7e01f29874c0d50f437d5abb9599:
/home/taste/tool-inst/share/taste
-types/taste-types.asn:
--
! InputASN1FileChecksum:20ac8ef9090b561c0f86207e317d38f5:DataView.asn:
--
! InputASN1FileChecksum:ee8a7e01f29874c0d50f437d5abb9599:
../../misc/taste-common
-types/taste-types.asn:
--------------------------------------------------------
package
DataView
...
...
Demo_Eth_GR740_to_PC/DeploymentView.aadl
View file @
fe6afb55
...
...
@@ -29,7 +29,7 @@ PROPERTIES
Taste::Interface_Coordinates => "120784 150075" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{devname ""eth1"", address ""192.168.0.151"", port 5116 }";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Version => "0.1beta";
END generic_sockets_ip_pohic;
...
...
@@ -63,7 +63,7 @@ PROPERTIES
Taste::Interface_Coordinates => "163932 150075" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{devname ""greth1"", address ""192.168.0.42"", gateway ""192.168.0.1"", netmask ""255.255.255.0"", version ipv4, port 5118 }";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/ip.asn";
Deployment::Version => "0.1beta";
END leon_ethernet_raw;
...
...
@@ -129,7 +129,7 @@ SUBCOMPONENTS
Taste::coordinates => "154393 62725 186543 89579";
Deployment::Port_Number => 0;
};
gr740_rcc13rc4_posix : PROCESSOR ocarina_processors_leon::
n2x
.rtems51_posix {
gr740_rcc13rc4_posix : PROCESSOR ocarina_processors_leon::
gr740
.rtems51_posix {
Taste::coordinates => "150374 55053 190562 93415";
};
leon_ethernet_raw : DEVICE deploymentview::DV::Node2::leon_ethernet_raw.others {
...
...
Demo_Serial_N2X/DeploymentView.aadl
View file @
fe6afb55
...
...
@@ -29,7 +29,7 @@ PROPERTIES
Taste::Interface_Coordinates => "101572 146138" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{ devname ""/dev/console_b"", speed b38400}";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/serial.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/serial.asn";
Deployment::Version => "0.1beta";
END rasta_serial_apbuart_drvmgr;
...
...
@@ -63,7 +63,7 @@ PROPERTIES
Taste::Interface_Coordinates => "187712 134800" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{ devname ""/dev/ttyS0"", speed b38400}";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/serial.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/serial.asn";
Deployment::Version => "0.1beta";
END generic_serial_raw;
...
...
Demo_SpaceWire_N2X/DeploymentView.aadl
View file @
fe6afb55
...
...
@@ -29,7 +29,7 @@ PROPERTIES
Taste::Interface_Coordinates => "101257 125351" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => "{ devname ""/dev/grspwrasta0"", nodeaddr 11}";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/spacewire.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/spacewire.asn";
Deployment::Version => "0.1beta";
END rasta_spacewire_grspw_pohic;
...
...
@@ -63,7 +63,7 @@ PROPERTIES
Taste::Interface_Coordinates => "172121 124721" APPLIES TO link;
Deployment::Help => "Write your ASN.1 configuration here";
Deployment::Configuration => " { devname ""/dev/grspwrasta0"", nodeaddr 11}";
Deployment::Config => "
/home/taste/tool-inst/include/ocarina/runtime
/polyorb-hi-c/src/drivers/configuration/spacewire.asn";
Deployment::Config => "
../..
/polyorb-hi-c/src/drivers/configuration/spacewire.asn";
Deployment::Version => "0.1beta";
END rasta_spacewire_grspw_pohic;
...
...
@@ -175,4 +175,4 @@ PROPERTIES
Taste::HWLibraries => ("../../../tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
-- copied aadl libraries
\ No newline at end of file
-- copied aadl libraries
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment