diff options
| author | Edward A. James <eajames@us.ibm.com> | 2017-04-24 14:20:48 -0500 |
|---|---|---|
| committer | Edward A. James <eajames@us.ibm.com> | 2017-04-27 15:42:38 -0500 |
| commit | 8316b77b67aac9dea3e7281e2455ad80f509a5b3 (patch) | |
| tree | b79e7507b3e8d21ab1c80c3945e8f453ade27abb /test | |
| parent | be407166d0cb22f6967055b426c805e82ac48af8 (diff) | |
| download | openpower-proc-control-8316b77b67aac9dea3e7281e2455ad80f509a5b3.tar.gz openpower-proc-control-8316b77b67aac9dea3e7281e2455ad80f509a5b3.zip | |
Change FSI behavior for 4.10
Latest FSI code changes paths and endianness, so we need to update
Targeting and flip the CFAM data endian when necessary.
Also update the test case to use the new 4.10 path style.
Change-Id: I35cdedf4b9723ee0f8291d0abf4467dbfd99b334
Signed-off-by: Edward A. James <eajames@us.ibm.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/utest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utest.cpp b/test/utest.cpp index 6303335..d085862 100644 --- a/test/utest.cpp +++ b/test/utest.cpp @@ -43,7 +43,7 @@ class TargetingTest : public ::testing::Test _slaveBaseDir = path; - _slaveDir = _slaveBaseDir / "hub@00"; + _slaveDir = _slaveBaseDir / "fsi1"; fs::create_directory(_slaveDir); } |

