modules/integration-tests/apache-plugin-test/pom.xml | 1 + modules/plugins/aliases/pom.xml | 1 + modules/plugins/apache/pom.xml | 1 + modules/plugins/cobbler/pom.xml | 1 + modules/plugins/cron/pom.xml | 1 + modules/plugins/grub/pom.xml | 1 + modules/plugins/hosts/pom.xml | 1 + modules/plugins/postfix/pom.xml | 1 + modules/plugins/samba/pom.xml | 1 + modules/plugins/sshd/pom.xml | 1 + modules/plugins/sudoers/pom.xml | 1 + 11 files changed, 11 insertions(+)
New commits: commit f0eeae4bbd5537966e94d7a1a9ba17d8a0981323 Author: Lukas Krejci lkrejci@redhat.com Date: Fri Dec 21 13:00:55 2012 +0100
Define the jna.platform.library.path in the tests, too, so that the correct augeas library gets picked up.
diff --git a/modules/integration-tests/apache-plugin-test/pom.xml b/modules/integration-tests/apache-plugin-test/pom.xml index 390c772..4411185 100644 --- a/modules/integration-tests/apache-plugin-test/pom.xml +++ b/modules/integration-tests/apache-plugin-test/pom.xml @@ -279,6 +279,7 @@ <!-- <org.jboss.byteman.verbose>true</org.jboss.byteman.verbose> --> <AugeasReferenceLeakingTest.configurationReadingInvocationCount>10</AugeasReferenceLeakingTest.configurationReadingInvocationCount> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version>
diff --git a/modules/plugins/aliases/pom.xml b/modules/plugins/aliases/pom.xml index edf8b01..2244a12 100644 --- a/modules/plugins/aliases/pom.xml +++ b/modules/plugins/aliases/pom.xml @@ -169,6 +169,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/apache/pom.xml b/modules/plugins/apache/pom.xml index 13588ed..e887a4e 100644 --- a/modules/plugins/apache/pom.xml +++ b/modules/plugins/apache/pom.xml @@ -231,6 +231,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/cobbler/pom.xml b/modules/plugins/cobbler/pom.xml index 67c1145..b333ad2 100644 --- a/modules/plugins/cobbler/pom.xml +++ b/modules/plugins/cobbler/pom.xml @@ -174,6 +174,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/cron/pom.xml b/modules/plugins/cron/pom.xml index b248d67..b0e4004 100644 --- a/modules/plugins/cron/pom.xml +++ b/modules/plugins/cron/pom.xml @@ -163,6 +163,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/grub/pom.xml b/modules/plugins/grub/pom.xml index fb03e5d..0b00df8 100644 --- a/modules/plugins/grub/pom.xml +++ b/modules/plugins/grub/pom.xml @@ -160,6 +160,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/hosts/pom.xml b/modules/plugins/hosts/pom.xml index f77421f..06315b2 100644 --- a/modules/plugins/hosts/pom.xml +++ b/modules/plugins/hosts/pom.xml @@ -170,6 +170,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/postfix/pom.xml b/modules/plugins/postfix/pom.xml index f3539d1..29ea010 100644 --- a/modules/plugins/postfix/pom.xml +++ b/modules/plugins/postfix/pom.xml @@ -168,6 +168,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/samba/pom.xml b/modules/plugins/samba/pom.xml index aaf326a..dd8150c 100644 --- a/modules/plugins/samba/pom.xml +++ b/modules/plugins/samba/pom.xml @@ -168,6 +168,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/sshd/pom.xml b/modules/plugins/sshd/pom.xml index 9553b61..6d880e3 100644 --- a/modules/plugins/sshd/pom.xml +++ b/modules/plugins/sshd/pom.xml @@ -160,6 +160,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables> diff --git a/modules/plugins/sudoers/pom.xml b/modules/plugins/sudoers/pom.xml index 316e07a..91bfbee 100644 --- a/modules/plugins/sudoers/pom.xml +++ b/modules/plugins/sudoers/pom.xml @@ -158,6 +158,7 @@ </environmentVariables> <systemPropertyVariables> <org.hyperic.sigar.path>${basedir}/target/itest/lib</org.hyperic.sigar.path> + <jna.platform.library.path>${basedir}/target/itest/lib</jna.platform.library.path> <project.artifactId>${project.artifactId}</project.artifactId> <project.version>${project.version}</project.version> </systemPropertyVariables>
rhq-commits@lists.fedorahosted.org